Skip to content

Commit be7d7e4

Browse files
committed
Improve coverage
1 parent f278c4e commit be7d7e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/tests.js

+4
Original file line numberDiff line numberDiff line change
@@ -2420,6 +2420,10 @@ describe('L.patterns', () => {
24202420
})
24212421

24222422
describe('L.mapping', () => {
2423+
testEq(
2424+
() => L.get(L.mapping((x, y) => [x, L.orP([y], [...L._, y], {y})]), 'any'),
2425+
undefined
2426+
)
24232427
testEq(
24242428
() =>
24252429
L.get(

0 commit comments

Comments
 (0)