watch test
This commit is contained in:
parent
08746f5bf0
commit
f7058a86c9
@ -78,6 +78,7 @@
|
|||||||
"tslib": "^2.5.3"
|
"tslib": "^2.5.3"
|
||||||
},
|
},
|
||||||
"ava": {
|
"ava": {
|
||||||
|
"ignoredByWatcher": ["src/**/*"],
|
||||||
"files": [
|
"files": [
|
||||||
"lib/**/*test.*"
|
"lib/**/*test.*"
|
||||||
]
|
]
|
||||||
|
3
packages/taler-wallet-core/watch_test.sh
Executable file
3
packages/taler-wallet-core/watch_test.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
./node_modules/typescript/bin/tsc --watch &
|
||||||
|
./node_modules/ava/entrypoints/cli.mjs -w "$@"
|
Loading…
Reference in New Issue
Block a user