Skip to content

Commit

Permalink
debug: ci 9
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Apr 18, 2024
1 parent 4880c9d commit bcc323a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"dev": "vite --host",
"check-type": "tsc -p tsconfig.json",
"test": "./tests/before-test.sh && vitest --run node-tests/*.spec.ts && playwright test tests/*.spec.ts && ./tests/after-test.sh",
"test": "./tests/before-test.sh && echo $NODE_OPTIONS && curl http://localhost:8091 && curl http://localhost:8092/api/get-return-headers && vitest --run node-tests/*.spec.ts && playwright test tests/*.spec.ts && ./tests/after-test.sh",
"test-node": "vitest --run node-tests/*.spec.ts",
"test-node:watch": "vitest node-tests/*.spec.ts"
},
Expand Down

0 comments on commit bcc323a

Please sign in to comment.