Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 219e78c

Browse files
test: log TS errors but run tests (#717)
1 parent bb23f60 commit 219e78c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/register.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const {
55
} = require('./load-statically-from-npm');
66

77
require('ts-node').register({
8+
logError: true,
89
transformers: () => ({
910
after: [transformLoadFileStaticallyFromNPM],
1011
}),

0 commit comments

Comments
 (0)