fix(tapbundle): treat tests that call tools.allowFailure() as passing and update tests to use tools parameter
This commit is contained in:
@@ -261,7 +261,7 @@ export class TapTest<T = unknown> {
|
||||
|
||||
// Final failure
|
||||
const testResult = {
|
||||
ok: false,
|
||||
ok: this.failureAllowed, // Pass if failure is allowed
|
||||
testNumber,
|
||||
description: this.description,
|
||||
metadata: {
|
||||
|
||||
Reference in New Issue
Block a user