mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-16 10:05:09 +00:00
Test watcher: warn that it's necessary to run build:watch for the test watcher to work
See https://github.com/nativefier/nativefier/pull/1204#issuecomment-850915981
This commit is contained in:
parent
d6730f7022
commit
2b780e6c67
@ -47,7 +47,7 @@
|
|||||||
"test:integration": "jest --testRegex '.*integration-test.js'",
|
"test:integration": "jest --testRegex '.*integration-test.js'",
|
||||||
"test:manual": "npm run build && ./.github/manual-test",
|
"test:manual": "npm run build && ./.github/manual-test",
|
||||||
"test:unit": "jest",
|
"test:unit": "jest",
|
||||||
"test:watch": "jest --watch",
|
"test:watch": "echo 'Remember to run npm run build:watch for the test watcher to work!' && jest --watch",
|
||||||
"test:withlog": "LOGLEVEL=trace npm run test",
|
"test:withlog": "LOGLEVEL=trace npm run test",
|
||||||
"test": "jest --testRegex '[-.]test\\.js$'",
|
"test": "jest --testRegex '[-.]test\\.js$'",
|
||||||
"watch": "npx concurrently \"npm:*:watch\""
|
"watch": "npx concurrently \"npm:*:watch\""
|
||||||
|
Loading…
Reference in New Issue
Block a user