diff --git a/plugin/package.json b/plugin/package.json index 08a2bd2..297849b 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -26,7 +26,7 @@ "prepare": "pnpm build", "build": "tsup", "dev": "tsup --watch", - "test": "vitest", + "test": "vitest run", "lint": "eslint . --ext .ts", "prettier": "prettier --check packages", "prettier-fix": "prettier --write packages", diff --git a/plugin/test/no-escape-hatch.test.ts b/plugin/test/no-escape-hatch.ts similarity index 100% rename from plugin/test/no-escape-hatch.test.ts rename to plugin/test/no-escape-hatch.ts