Skip to content

Commit

Permalink
mocha configs
Browse files Browse the repository at this point in the history
  • Loading branch information
aoberoi committed Mar 8, 2019
1 parent 284f096 commit 27ef07d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/.mocharc.json
@@ -0,0 +1,3 @@
{
"require": ["ts-node/register", "source-map-support/register"]
}
5 changes: 5 additions & 0 deletions test/.mocharc.json
@@ -0,0 +1,5 @@
{
"require": ["ts-node/register", "source-map-support/register"],
"recursive": true,
"timeout": 10000
}

0 comments on commit 27ef07d

Please sign in to comment.