Test files linted
This commit is contained in:
@ -6,5 +6,5 @@ test('over is a Function', () => {
|
||||
});
|
||||
const minMax = over(Math.min, Math.max);
|
||||
test('Applies given functions over multiple arguments', () => {
|
||||
expect(minMax(1, 2, 3, 4, 5)).toEqual([1,5]);
|
||||
expect(minMax(1, 2, 3, 4, 5)).toEqual([1, 5]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user