Skip to content

Commit 54963b8

Browse files
authored
remove duplicated test (#1110)
1 parent 77f568d commit 54963b8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/index.spec.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -760,14 +760,6 @@ describe('ts-node', function () {
760760
return done()
761761
})
762762
})
763-
it('supports --experimental-specifier-resolution=node', (done) => {
764-
exec(`${cmd} --experimental-specifier-resolution=node index.ts`, { cwd: join(__dirname, '../tests/esm-node-resolver') }, function (err, stdout) {
765-
expect(err).to.equal(null)
766-
expect(stdout).to.equal('foo bar baz biff\n')
767-
768-
return done()
769-
})
770-
})
771763

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

0 commit comments

Comments
 (0)