From 0f87a7b6c3456166cf355d8fc768a8fc9063847e Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Wed, 4 Sep 2024 16:17:09 +0200 Subject: [PATCH] chore: fix linting issue --- test/unit-tests/type/matrix/utils/deepMap.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit-tests/type/matrix/utils/deepMap.test.js b/test/unit-tests/type/matrix/utils/deepMap.test.js index 0e64f2332e..0069a5809d 100644 --- a/test/unit-tests/type/matrix/utils/deepMap.test.js +++ b/test/unit-tests/type/matrix/utils/deepMap.test.js @@ -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 = []