Skip to content

Commit d4d19c8

Browse files
chore: clean test script
1 parent 3b75878 commit d4d19c8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.changeset/solid-dolls-cough.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'openapi-ts-request': patch
3+
---
4+
5+
chore: clean test script

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
"lint": "eslint ./src --report-unused-disable-directives --max-warnings=0",
3232
"lint:fix": "eslint ./src --report-unused-disable-directives --max-warnings=0 --fix",
3333
"test:unit": "vitest",
34-
"test": "rm -rf ./test/apis/ ./test/mocks && npm run build && cd ./test && node ./test.js && cd ..",
35-
"test:new": "npm run build && cd ./test && node ./test.js && cd ..",
36-
"test:windows": "rimraf ./test/apis/ ./test/mocks && npm run build && cd ./test && node ./test.js && cd ..",
3734
"prepare": "husky",
3835
"openapi-ts-request": "openapi-ts"
3936
},

0 commit comments

Comments
 (0)