Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit b66d9b2

Browse files
committed
Fix newer Jest preprocessor
1 parent a1543bf commit b66d9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jest/typescriptTransform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
'use strict';
44

5-
const tsJestPreprocessor = require('ts-jest/preprocessor');
5+
const tsJestPreprocessor = require('ts-jest');
66

77
module.exports = tsJestPreprocessor;

0 commit comments

Comments
 (0)