Skip to content

Commit 2edf4b9

Browse files
committed
clean up
1 parent 4156895 commit 2edf4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tsnd.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ describe('ts-node-dev', function () {
159159
await ps.waitForLine(/JS MODULE/)
160160
t.ok(true, 'ok')
161161
await ps.exit()
162-
})
162+
})
163163

164164
it('should handle -r esm option and load JS modules', async () => {
165165
const ps = spawnTsNodeDev([`--respawn`, `-r esm`, `js-module.js`].join(' '))

0 commit comments

Comments
 (0)