Skip to content

Commit

Permalink
Update array.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-roca authored Jun 4, 2024
1 parent d052dad commit 0849760
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/array.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Array Utilities', () => {
});

// **EARLY FLAKE DETECTION**: uncomment this test to test Early Flake Detection
// test('flakyIsNull should return true if the value is null', () => {
// expect(flakyIsNull(null)).toBe(true);
// });
test('flakyIsNull should return true if the value is null', () => {
expect(flakyIsNull(null)).toBe(true);
});
});

0 comments on commit 0849760

Please sign in to comment.