Update typings.test.js

pull/153/head
pubkey 5 years ago committed by GitHub
parent 19ac4c228d
commit e16e3bb362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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;

Loading…
Cancel
Save