mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Fix mocha globals for window event listener
This commit is contained in:
+4
-1
@@ -108,7 +108,10 @@
|
||||
|
||||
<script>
|
||||
iD.debug = true;
|
||||
mocha.setup('bdd');
|
||||
mocha.setup({
|
||||
ui: 'bdd',
|
||||
globals: ['__onresize.tail-size']
|
||||
});
|
||||
var expect = chai.expect;
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user