From 7e645f4411bc0b04b909e4534a3c4baaca456629 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 6 Jul 2021 21:30:23 +0200 Subject: Added tests --- jest.config.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 jest.config.js (limited to 'jest.config.js') 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 -- cgit v1.2.3-18-g5258