chore: initial deploy for code base
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
preset: 'ts-jest/presets/js-with-babel',
|
||||
globals: {
|
||||
'ts-jest': {
|
||||
babelConfig: true,
|
||||
}
|
||||
},
|
||||
setupFilesAfterEnv: ['<rootDir>/src/setupTests.js']
|
||||
};
|
||||
Reference in New Issue
Block a user