Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Moshe Atlow <moshe@atlow.co.il>
  • Loading branch information
RedYetiDev and MoLow authored Apr 18, 2024
1 parent c36c70b commit 51138ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/test_runner/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ class TestHook extends Test {
return this.#args;
}
willBeFiltered() {
return true;
return false;
}
postRun() {
const { error, loc, parentTest: parent } = this;
Expand Down

0 comments on commit 51138ac

Please sign in to comment.