🧪 test: isolate tests

This commit is contained in:
2026-07-27 17:49:07 +07:00
parent aa3a4d08fc
commit 66a588842b
+2 -2
View File
@@ -28,8 +28,8 @@
"lint": "eslint .", "lint": "eslint .",
"format": "prettier --check .", "format": "prettier --check .",
"format:fix": "prettier --write .", "format:fix": "prettier --write .",
"check": "bun run typecheck && bun run format && bun run lint && bun test", "check": "bun run typecheck && bun run format && bun run lint && bun run test",
"test": "bun test", "test": "bun test --isolate",
"dev": "bun --watch src/index.ts", "dev": "bun --watch src/index.ts",
"start": "bun src/index.ts", "start": "bun src/index.ts",
"build": "bun run typecheck", "build": "bun run typecheck",