Skip to content

Commit

Permalink
Enable parallel mode on mocha by default
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
Jérôme Benoit committed May 29, 2021
1 parent 4e60c62 commit fe9f028
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"parallel": true,
"diff": true,
"recursive": true,
"extension": [
Expand All @@ -13,6 +14,7 @@
"full-trace": true,
"exit": true,
"require": [
"ts-node/register"
"ts-node/register",
"mochawesome/register"
]
}

0 comments on commit fe9f028

Please sign in to comment.