added mocha/chai/sinon test config
This commit is contained in:
12
test/mocha.opts
Normal file
12
test/mocha.opts
Normal 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
|
||||
Reference in New Issue
Block a user