Skip to content

Commit b1b2741

Browse files
committed
remove only test
1 parent 7e2a0c0 commit b1b2741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ test('It should report an error on start', async (t) => {
9292
await replaceText('with-error.ts', '1', `'1'`)
9393
})
9494

95-
test.only('It should report an error with --log-error and continue to work', async (t) => {
95+
test('It should report an error with --log-error and continue to work', async (t) => {
9696
const ps = spawnTsNodeDev('--respawn --log-error with-error.ts') //.turnOnOutput()
9797
await ps.waitForErrorLine(/error/)
9898

0 commit comments

Comments
 (0)