Skip to content

Commit

Permalink
configure ts-node to 'transpileOnly=true' the way ts-mocha was doing
Browse files Browse the repository at this point in the history
This resolves issues with types issues when testing against older versions
of some instrumented packages in TAV tests
  • Loading branch information
trentm committed Oct 18, 2024
1 parent c993c34 commit 94a023f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mocharc.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
require: 'ts-node/register'
require: 'ts-node/register/transpile-only'

0 comments on commit 94a023f

Please sign in to comment.