Skip to content

Commit

Permalink
use json format on mocha config file
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed May 22, 2021
1 parent ac870e8 commit 3d886eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--require ts-node/register
--require source-map-support/register
--recursive
--full-trace
--bail
test/**/*.test.ts
{
"recursive": true,
"full-trace": true,
"bail": true,
"spec": "./test/**/*.test.ts"
}

0 comments on commit 3d886eb

Please sign in to comment.