Codacy issue fixes
This commit is contained in:
@ -8,5 +8,5 @@ test('Returns an array with n elements removed from the end', () => {
|
||||
expect(takeRight([1, 2, 3], 2)).toEqual([2, 3]);
|
||||
});
|
||||
test('Returns an array with n elements removed from the end', () => {
|
||||
expect(takeRight([1, 2, 3])).toEqual([3])
|
||||
expect(takeRight([1, 2, 3])).toEqual([3]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user