Skip to content

Commit

Permalink
fixup! fixup! assert: support inequalities
Browse files Browse the repository at this point in the history
  • Loading branch information
RedYetiDev committed Nov 9, 2024
1 parent 664580e commit 959dab0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/internal/test_runner/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,18 @@ function lazyAssertObject(harness) {
assertObj = new SafeMap();
const assert = require('assert');
const methodsToCopy = [
'atLeast',
'atMost',
'deepEqual',
'deepStrictEqual',
'doesNotMatch',
'doesNotReject',
'doesNotThrow',
'equal',
'fail',
'greaterThan',
'ifError',
'lessThan',
'match',
'notDeepEqual',
'notDeepStrictEqual',
Expand Down

0 comments on commit 959dab0

Please sign in to comment.