Add a watch command for tests
This commit is contained in:
parent
5e756acd75
commit
baaaa89167
|
@ -7,6 +7,7 @@
|
|||
"dev": "node esbuild.config.mjs",
|
||||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
Loading…
Reference in New Issue