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

Commit

Permalink
test: log TS errors but run tests (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored Nov 11, 2020
1 parent bb23f60 commit 219e78c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const {
} = require('./load-statically-from-npm');

require('ts-node').register({
logError: true,
transformers: () => ({
after: [transformLoadFileStaticallyFromNPM],
}),
Expand Down

0 comments on commit 219e78c

Please sign in to comment.