diff --git a/test/typings.test.js b/test/typings.test.js index 7a8b138..daeef27 100644 --- a/test/typings.test.js +++ b/test/typings.test.js @@ -19,7 +19,6 @@ describe('typings.test.ts', () => { const stderr = []; const promise = spawn('ts-node', [ '--compiler-options', '{"target":"es6", "strict": true}', - '--type-check', '-e', codeBase + '\n' + code ]); const childProcess = promise.childProcess;