Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: sync .mocharc.json (#46)
Browse files Browse the repository at this point in the history
* chore: add .mocharc.json

Authored via Leif

* chore: rm test/mocha.opts

Authored via Leif
  • Loading branch information
RasPhilCo authored Dec 11, 2020
1 parent a16b5a4 commit da5e05f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
13 changes: 13 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"require": [
"test/helpers/init.js",
"ts-node/register",
"source-map-support/register"
],
"watch-extensions": [
"ts"
],
"recursive": true,
"reporter": "spec",
"timeout": 60000
}
5 changes: 0 additions & 5 deletions test/mocha.opts

This file was deleted.

0 comments on commit da5e05f

Please sign in to comment.