Skip to content

Commit

Permalink
fix: need .mocharc.json after merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Sep 23, 2020
1 parent aef422b commit 2525bf6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions examples/v3/todo-consumer/.mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"bail": true,
"require": [
"ts-node/register",
"source-map-support/register"
],
"fullTrace": true,
"reporter": "spec",
"colors": true,
"recursive": true,
"timeout": 30000,
"spec": [
"src/*.spec.ts",
"src/**/*.spec.ts"
],
"exit": true
}

0 comments on commit 2525bf6

Please sign in to comment.