generated from gxc-solutions/gxc-template-repo
Added first files
This commit is contained in:
parent
3be22f1023
commit
aad2fe13e7
29 changed files with 5020 additions and 8 deletions
13
jest.config.js
Normal file
13
jest.config.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/** @type {import('ts-jest').JestConfigWithTsJest} **/
|
||||
// eslint-disable-next-line no-undef
|
||||
module.exports = {
|
||||
testEnvironment: "node",
|
||||
transform: {
|
||||
"^.+.ts?$": [
|
||||
"ts-jest",
|
||||
{
|
||||
tsconfig: "tsconfig.test.json",
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue