Skip to content

Commit

Permalink
Fix failing tests caused by recent changes to @types/node (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Apr 20, 2020
1 parent 2a0f1f3 commit 1c0fde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.spec.ts
Expand Up @@ -596,7 +596,7 @@ describe('ts-node', function () {
return _compile.call(this, code, fileName)
}

return old(m, fileName)
return old!(m, fileName)
}
})

Expand Down

0 comments on commit 1c0fde1

Please sign in to comment.