Skip to content

Commit

Permalink
Improve coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Nov 12, 2018
1 parent f278c4e commit be7d7e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -2420,6 +2420,10 @@ describe('L.patterns', () => {
})

describe('L.mapping', () => {
testEq(
() => L.get(L.mapping((x, y) => [x, L.orP([y], [...L._, y], {y})]), 'any'),
undefined
)
testEq(
() =>
L.get(
Expand Down

0 comments on commit be7d7e4

Please sign in to comment.