aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/watch_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/watch_test.sh')
-rwxr-xr-xpackages/taler-wallet-core/watch_test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/watch_test.sh b/packages/taler-wallet-core/watch_test.sh
new file mode 100755
index 000000000..124e18e21
--- /dev/null
+++ b/packages/taler-wallet-core/watch_test.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+./node_modules/typescript/bin/tsc --watch &
+./node_modules/ava/entrypoints/cli.mjs -w "$@"