|
|
@@ -26,7 +26,7 @@
|
|
|
"start:dev": "tsx ./src/cli.ts",
|
|
|
"test:lint": "eslint src/ --max-warnings 0",
|
|
|
"test:format": "prettier --check \"src/**/*.ts\"",
|
|
|
- "test:unit": "jest"
|
|
|
+ "test:unit": "test-unit"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@cprussin/eslint-config": "catalog:",
|