Skip to content

Commit 7729958

Browse files
authored
Merge pull request #56 from eventualbuddha/allow-typescript-tests-with-ts-jest
Do not assume transform files are `.js`
2 parents 66e34da + 88ba9bd commit 7729958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test-support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function transformDetails(options) {
1313
return {
1414
name: options.name,
1515
root,
16-
transformPath: root + 'index.js',
16+
transformPath: root + 'index',
1717
fixtureDir: root + '__testfixtures__/',
1818
};
1919
}

0 commit comments

Comments
 (0)