mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
feat: make mocha fail if it encounters 0 tests (#5981)
This commit is contained in:
committed by
GitHub
parent
1647a3299a
commit
0b2bf3ae9d
@@ -26,7 +26,8 @@
|
||||
<script src="../../node_modules/sinon/pkg/sinon.js"></script>
|
||||
<script>
|
||||
mocha.setup({
|
||||
ui: 'tdd'
|
||||
ui: 'tdd',
|
||||
failZero: true,
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user