Add more utils

This commit is contained in:
2024-12-08 19:44:46 +01:00
parent 3bcb52f5a0
commit 0d36b97a28
7 changed files with 199 additions and 13 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"format": "prettier --write .",
"check": "prettier --check .",
"test": "bun test",
"test:dev": "bun test --watch"
"test:dev": "bun test --watch 2024",
"test:utils": "NODE_ENV=production bun test --watch --coverage utils/*"
},
"devDependencies": {
"@types/bun": "latest",