Please provide details about:
Ava watch mode with this package.
{
"ava": {
"files": [
"src/**/*.test.ts"
],
"typescript": {
"rewritePaths": {
"src/": "build/"
},
"compile": "tsc"
}
}
}
ava --watch
If I change a source file or test file the runner is not restarted. If I do the same with ts-node/register it works.
- What you expected to happen
Ava runner should rerun on file change.
ava: 3.15.0
Please provide details about:
Ava watch mode with this package.
{ "ava": { "files": [ "src/**/*.test.ts" ], "typescript": { "rewritePaths": { "src/": "build/" }, "compile": "tsc" } } }ava --watchIf I change a source file or test file the runner is not restarted. If I do the same with
ts-node/registerit works.Ava runner should rerun on file change.
ava: 3.15.0