mirror of
https://github.com/YuzuZensai/Cloudflare-DDNS-Updater.git
synced 2026-07-29 17:00:56 +00:00
🧪 test: isolate tests
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user