Added jest config and first tests

This commit is contained in:
2021-03-03 16:17:05 +01:00
parent fa9d0e5790
commit ec939e6c11
2 changed files with 38 additions and 0 deletions

4
jest.config.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};