aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-07-06 21:30:23 +0200
committerHampusM <hampus@hampusmat.com>2021-07-06 21:30:23 +0200
commit7e645f4411bc0b04b909e4534a3c4baaca456629 (patch)
tree49067124278c5347c72a9f7c831b44f56c3c951b /jest.config.js
parent79e9323e92437a3ae564a2bb6ebffe4bc2b21bb3 (diff)
Added tests
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js
new file mode 100644
index 0000000..91a2d2c
--- /dev/null
+++ b/jest.config.js
@@ -0,0 +1,4 @@
+module.exports = {
+ preset: 'ts-jest',
+ testEnvironment: 'node',
+}; \ No newline at end of file