enable unit tests in CI (#15)

Signed-off-by: Brian DeHamer <[email protected]>
This commit is contained in:
Brian DeHamer
2024-02-28 10:45:31 -08:00
committed by GitHub
parent 6bbf2f4ab0
commit 32049315c5
4 changed files with 12 additions and 5 deletions
+3
View File
@@ -39,6 +39,9 @@
"license": "MIT",
"jest": {
"preset": "ts-jest",
"setupFilesAfterEnv": [
"./jest.setup.js"
],
"verbose": true,
"clearMocks": true,
"testEnvironment": "node",