Add a watch command for tests

This commit is contained in:
hjonasson 2023-11-17 11:18:45 +13:00
parent 5e756acd75
commit baaaa89167
No known key found for this signature in database
GPG Key ID: 68D22124ADDEEB04
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
"dev": "node esbuild.config.mjs", "dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"test": "jest", "test": "jest",
"test:watch": "jest --watch",
"version": "node version-bump.mjs && git add manifest.json versions.json" "version": "node version-bump.mjs && git add manifest.json versions.json"
}, },
"keywords": [], "keywords": [],