Skip to content

Commit 96e1b34

Browse files
authoredJul 28, 2023
Fix for failing TS tests after upgrading to v3. (#3845)
1 parent 222c603 commit 96e1b34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎lib/utils/index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ class Utils {
590590
try {
591591
require('ts-node').register({
592592
esm: false,
593+
transpileOnly: true,
593594
project: projectTsFile
594595
});
595596
} catch (err) {
@@ -693,8 +694,6 @@ class Utils {
693694
}
694695
}
695696

696-
697-
698697
lodashMerge(Utils, {
699698
PrimitiveTypes,
700699
BrowserName,

0 commit comments

Comments
 (0)