We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f18758 commit e9afe00Copy full SHA for e9afe00
1 file changed
packages/babel-jest/src/index.js
@@ -90,6 +90,8 @@ const createTransformer = (options: any) => {
90
.update('\0', 'utf8')
91
.update(fileData)
92
93
+ .update(filename)
94
+ .update('\0', 'utf8')
95
.update(configString)
96
97
.update(getBabelRC(filename))
0 commit comments