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

Remove temp command to only run datasource tests

This commit is contained in:
Pedro Silva 2023-05-30 18:31:45 +01:00
parent 4fd944dc35
commit 8b2737baa9

View file

@ -17,8 +17,7 @@
"test:smoke": "yarn run test --testPathIgnorePatterns=/.+\\.integration\\.spec\\.ts",
"test:ci": "start-server-and-test dev:built http://localhost:4001/health test:smoke",
"serve": "start-server-and-test dev:built http://localhost:4001/health",
"dev:built": "cd ../ && yarn dev:built",
"test:datasources": "jest --runInBand --json --outputFile=testResults.json --testPathPattern='datasources/.*\\.spec\\.(ts|js)$'"
"dev:built": "cd ../ && yarn dev:built"
},
"devDependencies": {
"@budibase/types": "^2.3.17",