This commit is contained in:
2023-05-19 15:15:13 +01:00
parent 126a55f3c4
commit c36544f9a3
13 changed files with 1221 additions and 79 deletions

View File

@ -0,0 +1,7 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
bail: true,
preset: "ts-jest",
testEnvironment: "jsdom",
roots: ["./src/"],
};