Skip to content

Commit

Permalink
test: add failZero option into .mochaarc.js configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek committed Jul 19, 2024
1 parent 595220a commit 9d8ab90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-project/.mocharc-debug.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = {
timeout: 100000,
failZero: true,
};
1 change: 1 addition & 0 deletions tests/test-project/.mocharc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = {
timeout: 10000,
failZero: true,
};

0 comments on commit 9d8ab90

Please sign in to comment.