Skip to content

Commit 842083a

Browse files
committed
Initial step to transformAsync
1 parent 6cef23b commit 842083a

3 files changed

Lines changed: 464 additions & 72 deletions

File tree

babel.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ module.exports = {
4040
},
4141
],
4242
],
43-
test: 'packages/jest-config/src/readConfigFileAndSetRootDir.ts',
43+
test: [
44+
'packages/jest-config/src/readConfigFileAndSetRootDir.ts',
45+
'packages/jest-transform/src/ScriptTransformer.ts',
46+
],
4447
},
4548
],
4649
plugins: [

0 commit comments

Comments
 (0)