1
0
Fork 0
mirror of synced 2024-07-15 11:15:59 +12:00

Merge pull request #10624 from Budibase/chore/rename_nightly_tests_to_integration

Rename nightly.spec to integration.spec
This commit is contained in:
Michael Drury 2023-05-17 14:14:49 +01:00 committed by GitHub
commit 34ac44408b
5 changed files with 1 additions and 1 deletions

View file

@ -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"
},