Skip to content

Commit

Permalink
Bugfix/transform refresh (jestjs#3334)
Browse files Browse the repository at this point in the history
* Retransform if the relevant configuration is changed

* Correct lint errors

* Write unit test

* Some reverts.
  • Loading branch information
lo-tp authored and skovhus committed Apr 29, 2017
1 parent 1ce0a10 commit 9c8ea9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-runtime/src/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const getCacheKey = (
roots: config.roots,
testMatch: config.testMatch,
testRegex: config.testRegex,
transform: config.transform,
transformIgnorePatterns: config.transformIgnorePatterns,
}),
);
Expand Down

0 comments on commit 9c8ea9f

Please sign in to comment.