This website requires JavaScript.
Explore
Help
Sign In
waku-org
/
js-waku
mirror of
https://github.com/waku-org/js-waku.git
Watch
1
Star
0
Fork
You've already forked js-waku
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
068325244d
js-waku
/
.mocharc.json
7 lines
105 B
JSON
Raw
Normal View
History
Unescape
Escape
Partial conversion to ts-node/mocha
2021-03-22 04:05:03 +00:00
{
"extension"
:
[
"ts"
]
,
"spec"
:
"src/**/*.spec.ts"
,
Move mocha --exit to config file
2021-05-04 05:07:32 +00:00
"require"
:
"ts-node/register"
,
"exit"
:
true
Partial conversion to ts-node/mocha
2021-03-22 04:05:03 +00:00
}