Version
v25.0.0-pre
Platform
Subsystem
test_runner
What steps will reproduce the bug?
several different reproductions:
test.todo('aaa', (t) => {
t.test('bbb', () => assert.ok(false));
})
describe.todo('aaa', () => {
test('bbb', () => assert.ok(false));
})
these result in a 1 exit code, instead of 0
How often does it reproduce? Is there a required condition?
allwas
What is the expected behavior? Why is that the expected behavior?
should return a 0 exit code
What do you see instead?
exit code 1
Additional information
No response
Version
v25.0.0-pre
Platform
Subsystem
test_runner
What steps will reproduce the bug?
several different reproductions:
these result in a 1 exit code, instead of 0
How often does it reproduce? Is there a required condition?
allwas
What is the expected behavior? Why is that the expected behavior?
should return a 0 exit code
What do you see instead?
exit code 1
Additional information
No response