Skip to content

Commit

Permalink
remove duplicated test (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Aug 12, 2020
1 parent 77f568d commit 54963b8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/index.spec.ts
Expand Up @@ -760,14 +760,6 @@ describe('ts-node', function () {
return done()
})
})
it('supports --experimental-specifier-resolution=node', (done) => {
exec(`${cmd} --experimental-specifier-resolution=node index.ts`, { cwd: join(__dirname, '../tests/esm-node-resolver') }, function (err, stdout) {
expect(err).to.equal(null)
expect(stdout).to.equal('foo bar baz biff\n')

return done()
})
})

describe('supports experimental-specifier-resolution=node', () => {
it('via --experimental-specifier-resolution', (done) => {
Expand Down

0 comments on commit 54963b8

Please sign in to comment.