Skip to content

Commit

Permalink
add mocha config. ☕️ ..
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed May 6, 2020
1 parent 8f7c5f1 commit 1b86ba9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extension": ["js"],
"require": "should",
"reporter": "spec",
"timeout": "2000",
"watch-files": ["test/**/*.js"],
"exit": "true"
}

0 comments on commit 1b86ba9

Please sign in to comment.