init
This commit is contained in:
6
jest.config.js
Normal file
6
jest.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
transform: {
|
||||
'^.+\\.(t|j)sx?$': '@swc/jest',
|
||||
},
|
||||
extensionsToTreatAsEsm: ['.ts', '.tsx']
|
||||
};
|
Reference in New Issue
Block a user