test: Deactivate mocha bail option
We don't want mocha to quit on the first failing test. It should continue and see what other tests are failing.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
<script>
|
||||
mocha.setup({
|
||||
ui: 'bdd',
|
||||
bail: false,
|
||||
ignoreLeaks: true
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user