13 lines
175 B
JSON
13 lines
175 B
JSON
|
{
|
||
|
"require": [
|
||
|
"test/helpers/init.js",
|
||
|
"ts-node/register"
|
||
|
],
|
||
|
"watch-extensions": [
|
||
|
"ts"
|
||
|
],
|
||
|
"recursive": true,
|
||
|
"reporter": "spec",
|
||
|
"timeout": 60000
|
||
|
}
|