Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit b53e327

Browse files
committed
Tests to support TypeScript
1 parent e1e7a2b commit b53e327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ module.exports = {
163163

164164
// A map from regular expressions to paths to transformers
165165
transform: {
166-
'\\.js$': ['babel-jest', {
166+
'\\.(js|ts)$': ['babel-jest', {
167167
configFile: path.resolve(__dirname, '.babel.node.config.js'),
168168
babelrc: false,
169169
}]

0 commit comments

Comments
 (0)