This commit is contained in:
Martin
2022-11-03 16:55:49 +01:00
commit f250c24f90
28 changed files with 10923 additions and 0 deletions

5
jest.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
verbose: true,
preset: "ts-jest",
testEnvironment: "node"
};