Skip to content

Commit

Permalink
Initial step to transformAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
ychi committed May 10, 2020
1 parent 0e0eeed commit 5f29c48
Show file tree
Hide file tree
Showing 3 changed files with 464 additions and 72 deletions.
5 changes: 4 additions & 1 deletion babel.config.js
Expand Up @@ -40,7 +40,10 @@ module.exports = {
},
],
],
test: 'packages/jest-config/src/readConfigFileAndSetRootDir.ts',
test: [
'packages/jest-config/src/readConfigFileAndSetRootDir.ts',
'packages/jest-transform/src/ScriptTransformer.ts',
],
},
],
plugins: [
Expand Down

0 comments on commit 5f29c48

Please sign in to comment.