diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-06 21:30:23 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-06 21:30:23 +0200 |
commit | 7e645f4411bc0b04b909e4534a3c4baaca456629 (patch) | |
tree | 49067124278c5347c72a9f7c831b44f56c3c951b /jest.config.js | |
parent | 79e9323e92437a3ae564a2bb6ebffe4bc2b21bb3 (diff) |
Added tests
Diffstat (limited to 'jest.config.js')
-rw-r--r-- | jest.config.js | 4 |
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 |