build(tests): Adds jest to run tests
Milestone: none Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
7
jest.config.js
Normal file
7
jest.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/** @type {import('ts-jest').JestConfigWithTsJest} **/
|
||||
export default {
|
||||
testEnvironment: "node",
|
||||
transform: {
|
||||
"^.+\.tsx?$": ["ts-jest", {}],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user