Add "bail" option to mocha config

This commit is contained in:
haad 2023-04-13 08:25:52 +03:00
parent 0bef6f65a6
commit fca6439399

View File

@ -3,6 +3,7 @@
"colors": true,
"recursive": true,
"exit": true,
"bail": false,
"slow": 1000,
"exclude": ["test/browser/**/*.js"]
}