Add Jest to support backend unit tests

This commit is contained in:
Felipe Knorr Kuhn
2022-07-07 12:21:30 -07:00
parent 5ba28f9aaa
commit 5cb5426543
4 changed files with 5888 additions and 137 deletions

View File

@@ -3,6 +3,7 @@
"types": ["node"],
"module": "commonjs",
"target": "esnext",
"types": ["node", "jest"],
"lib": ["es2019", "dom"],
"strict": true,
"noImplicitAny": false,
@@ -21,4 +22,4 @@
"exclude": [
"dist/**"
]
}
}