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 .",
|
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user