Final fixes, all tests running
This commit is contained in:
@ -5,5 +5,5 @@ test('initial is a Function', () => {
|
||||
expect(initial).toBeInstanceOf(Function);
|
||||
});
|
||||
test('Returns all the elements of an array except the last one', () => {
|
||||
expect(initial([1, 2, 3])).toEqual([1, 2])''
|
||||
expect(initial([1, 2, 3])).toEqual([1, 2]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user