We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2a0c0 commit b1b2741Copy full SHA for b1b2741
test/index.ts
@@ -92,7 +92,7 @@ test('It should report an error on start', async (t) => {
92
await replaceText('with-error.ts', '1', `'1'`)
93
})
94
95
-test.only('It should report an error with --log-error and continue to work', async (t) => {
+test('It should report an error with --log-error and continue to work', async (t) => {
96
const ps = spawnTsNodeDev('--respawn --log-error with-error.ts') //.turnOnOutput()
97
await ps.waitForErrorLine(/error/)
98
0 commit comments