1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

adding json flag to nightly run so test report generated

This commit is contained in:
Martin McKeaveney 2023-03-30 14:45:26 +01:00
parent 61de98c959
commit 90c8ae9ed3

View file

@ -21,7 +21,7 @@
"api:test:ci": "start-server-and-test api:server:setup:ci http://localhost:4100/builder test",
"api:test": "start-server-and-test api:server:setup http://localhost:4100/builder test",
"api:test:local": "env-cmd jest --runInBand --testPathIgnorePatterns=\\\"\\/dataSources\\/\\\"",
"api:test:nightly": "env-cmd jest --runInBand --outputFile=testResults.json"
"api:test:nightly": "env-cmd jest --runInBand --json --outputFile=testResults.json"
},
"jest": {
"preset": "ts-jest",