We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0b4d1 commit 6680fb1Copy full SHA for 6680fb1
exercises/practice/strain/strain.spec.js
@@ -47,7 +47,7 @@ describe('strain', () => {
47
]);
48
});
49
50
- xtest('discards everything', () => {
+ xtest('discard on empty list returns empty list', () => {
51
expect(discard([], (e) => e < 10)).toEqual([]);
52
53
0 commit comments