Replace tsx with jest

This commit is contained in:
Carter Bertolini 2023-10-06 17:03:32 -04:00
parent 025a7c4dc4
commit 30443c1b7e
2 changed files with 3063 additions and 420 deletions

3479
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
"@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4", "@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0", "eslint": "^8.50.0",
"tsx": "^3.13.0", "jest": "^29.7.0",
"typescript": "^5.2.2" "typescript": "^5.2.2"
}, },
"dependencies": { "dependencies": {