added mocha/chai/sinon test config

This commit is contained in:
Austin Rivas
2018-10-10 02:17:40 -04:00
parent 3370233670
commit cba7463fd1
4 changed files with 61 additions and 1 deletions

12
test/mocha.opts Normal file
View File

@@ -0,0 +1,12 @@
--require test/setup-node.js
--require ts-node/register
--ui bdd
--reporter spec
--bail
--full-trace
--watch-extensions tsx,ts
--colors
--recursive
--timeout 5000