mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-06 01:16:00 -06:00
fix: correct vitest integration test script for v3.x compatibility
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"test": "vitest",
|
||||
"test:ui": "vitest --ui",
|
||||
"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",
|
||||
"type-check": "tsc --noEmit",
|
||||
"prepare": "husky install",
|
||||
|
||||
Reference in New Issue
Block a user