🎨 Refactor state and add mock output

This commit is contained in:
Kevin Van Der Werff
2019-10-22 15:04:26 +02:00
parent 4bb5fde140
commit 330612ea4c
4 changed files with 124 additions and 29 deletions

View File

@@ -26,4 +26,4 @@ test('partiallyIncludesElOf 2', () => {
test('partiallyIncludesElOf 3', () => {
expect(P.partiallyIncludesElOf(['aa', 'b'], ['c'])).toBeFalsy
})
})