feat: tests and workflow
Node.js CI / Lint and Test (pull_request) Successful in 37s

This commit is contained in:
2025-07-19 16:09:32 -07:00
parent 57366fd082
commit 954cad4494
6 changed files with 93 additions and 3 deletions
+3 -2
View File
@@ -8,7 +8,7 @@
"lint": "eslint ./src --max-warnings 0",
"build": "tsc",
"start": "op run --env-file=./prod.env -- node ./prod/index.js",
"test": "echo 'No tests yet' && exit 0"
"test": "vitest run"
},
"keywords": [],
"author": "",
@@ -18,7 +18,8 @@
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"eslint": "9.31.0",
"typescript": "5.8.3"
"typescript": "5.8.3",
"vitest": "3.2.4"
},
"dependencies": {
"@nhcarrigan/logger": "1.0.0",