From 66a588842b8444959a5009946e5cb20a4bcfaf4b Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 27 Jul 2026 17:49:07 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20test:=20isolate=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bbeb8c4..093fe50 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "lint": "eslint .", "format": "prettier --check .", "format:fix": "prettier --write .", - "check": "bun run typecheck && bun run format && bun run lint && bun test", - "test": "bun test", + "check": "bun run typecheck && bun run format && bun run lint && bun run test", + "test": "bun test --isolate", "dev": "bun --watch src/index.ts", "start": "bun src/index.ts", "build": "bun run typecheck",