Skip to content

Commit

Permalink
chore: fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Sep 4, 2024
1 parent dfa712c commit 497f464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit-tests/type/matrix/utils/deepMap.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ describe('deepMap', function () {
})

// TODO: either deprecate the skipZeros option, or implement it for real
// eslint-disable-next-line mocha/no-skipped-tests
it.skip('should skip zero values if skipZeros is true', function () {
const array = [0, 1, [2, 0, [3, 0]]]
const log = []
Expand Down

0 comments on commit 497f464

Please sign in to comment.