mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-06 15:16:07 -06:00
fix: correct vitest integration test script for v3.x compatibility
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
"test": "vitest",
|
"test": "vitest",
|
||||||
"test:ui": "vitest --ui",
|
"test:ui": "vitest --ui",
|
||||||
"test:run": "vitest run --exclude '**/*.integration.test.ts'",
|
"test:run": "vitest run --exclude '**/*.integration.test.ts'",
|
||||||
"test:integration": "vitest run --include '**/*.integration.test.ts'",
|
"test:integration": "vitest run '**/*.integration.test.ts'",
|
||||||
"test:all": "vitest run",
|
"test:all": "vitest run",
|
||||||
"type-check": "tsc --noEmit",
|
"type-check": "tsc --noEmit",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
|
|||||||
Reference in New Issue
Block a user