Skip to content

Commit

Permalink
remove inflexible ts-node register() call. See karma-runner#3329
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Jun 19, 2019
1 parent 182c04d commit b88730b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ try {
} catch (e) {}

try {
require('ts-node').register()
require('ts-node')
TYPE_SCRIPT_AVAILABLE = true
} catch (e) {}

Expand Down

0 comments on commit b88730b

Please sign in to comment.