1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-03-04 05:25:22 +00:00
_/oclif/.mocharc.json

13 lines
175 B
JSON
Raw Normal View History

2022-04-15 10:46:49 +09:00
{
"require": [
"test/helpers/init.js",
"ts-node/register"
],
"watch-extensions": [
"ts"
],
"recursive": true,
"reporter": "spec",
"timeout": 60000
}