js-waku/.mocharc.json

7 lines
105 B
JSON
Raw Normal View History

2021-03-22 04:05:03 +00:00
{
"extension": ["ts"],
"spec": "src/**/*.spec.ts",
2021-05-04 05:07:32 +00:00
"require": "ts-node/register",
"exit": true
2021-03-22 04:05:03 +00:00
}