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.
2 parents 66e34da + 88ba9bd commit 7729958Copy full SHA for 7729958
src/test-support.js
@@ -13,7 +13,7 @@ function transformDetails(options) {
13
return {
14
name: options.name,
15
root,
16
- transformPath: root + 'index.js',
+ transformPath: root + 'index',
17
fixtureDir: root + '__testfixtures__/',
18
};
19
}
0 commit comments