watch test

This commit is contained in:
Sebastian 2023-06-15 13:07:13 -03:00
parent 08746f5bf0
commit f7058a86c9
No known key found for this signature in database
GPG Key ID: 173909D1A5F66069
2 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,7 @@
"tslib": "^2.5.3"
},
"ava": {
"ignoredByWatcher": ["src/**/*"],
"files": [
"lib/**/*test.*"
]

View File

@ -0,0 +1,3 @@
#!/bin/bash
./node_modules/typescript/bin/tsc --watch &
./node_modules/ava/entrypoints/cli.mjs -w "$@"