Make Mocha ignore leaks properly and do some space -> tab replacement
This commit is contained in:
parent
a7f2d1975f
commit
4f6df67a85
@ -19,8 +19,10 @@
|
||||
<script type="text/javascript" src="../debug/leaflet-include.js"></script>
|
||||
|
||||
<script>
|
||||
mocha.setup('bdd');
|
||||
mocha.ignoreLeaks();
|
||||
mocha.setup({
|
||||
ui: 'bdd',
|
||||
ignoreLeaks: true
|
||||
});
|
||||
</script>
|
||||
|
||||
<!-- spec files -->
|
||||
|
Loading…
Reference in New Issue
Block a user