Rename nightly.spec to integration.spec
This commit is contained in:
parent
b2109e6160
commit
02fc795d98
|
@ -14,7 +14,7 @@
|
|||
"test:watch": "yarn run test --watch",
|
||||
"test:debug": "DEBUG=1 yarn run test",
|
||||
"test:notify": "node scripts/testResultsWebhook",
|
||||
"test:smoke": "yarn run test --testPathIgnorePatterns=/.+\\.nightly\\.spec\\.ts",
|
||||
"test:smoke": "yarn run test --testPathIgnorePatterns=/.+\\.integration\\.spec\\.ts",
|
||||
"test:ci": "start-server-and-test dev:built http://localhost:4001/health test:smoke",
|
||||
"dev:built": "cd ../ && yarn dev:built"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue