diff --git a/package.json b/package.json index fe4d92a..bb01946 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dev": "node .", "start": "node . --production", "build": "tsc", - "test": "tap tests/**/*.test.ts", + "test": "vitest", "lint": "eslint .", "lint:fix": "eslint . --fix", "check": "tsc --noEmit"