This commit is contained in:
Leifer Mendez
2022-08-15 13:04:36 +02:00
parent 97226d78e0
commit 47f1ddfbb0
32 changed files with 2465 additions and 62 deletions

6
jest.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
cacheDirectory: '.tmp/jestCache'
};