Fix packaged tests

This commit is contained in:
John Firebaugh
2013-01-17 16:32:50 -08:00
parent e933b9d088
commit d40c645170

View File

@@ -20,7 +20,10 @@
<script>
iD.debug = true;
mocha.setup('bdd');
mocha.setup({
ui: 'bdd',
globals: ['__onresize.tail-size']
});
var expect = chai.expect;
</script>