Skip to content

Commit 94a023f

Browse files
committed
configure ts-node to 'transpileOnly=true' the way ts-mocha was doing
This resolves issues with types issues when testing against older versions of some instrumented packages in TAV tests
1 parent c993c34 commit 94a023f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mocharc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
require: 'ts-node/register'
1+
require: 'ts-node/register/transpile-only'

0 commit comments

Comments
 (0)