mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-23 05:59:44 +00:00
Add integration test npm script
This commit is contained in:
parent
68b206fd09
commit
554c1aaa5e
2
.github/workflows/test-integration.yaml
vendored
2
.github/workflows/test-integration.yaml
vendored
@ -26,4 +26,4 @@ jobs:
|
||||
run: npm ci --no-audit
|
||||
|
||||
- name: Run Vitest
|
||||
run: npx vitest **/integration.test.ts
|
||||
run: npm run test:integration
|
||||
|
@ -22,7 +22,8 @@
|
||||
"fix-schema": "node scripts/modify-schema.mjs openapi.json",
|
||||
"lint": "eslint \".\"",
|
||||
"prepublishOnly": "npm run clean:build:sdk",
|
||||
"test": "vitest --exclude **/integration.test.ts"
|
||||
"test": "vitest --exclude **/integration.test.ts",
|
||||
"test:integration": "vitest integration"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openapitools/openapi-generator-cli": "2.13.4",
|
||||
|
Loading…
Reference in New Issue
Block a user