This commit is contained in:
Morten Olsen
2021-08-17 23:27:18 +02:00
commit a181db8c49
13 changed files with 2956 additions and 0 deletions

5
jest.config.js Normal file
View File

@@ -0,0 +1,5 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};