Codacy issue fixes
This commit is contained in:
@ -5,5 +5,5 @@ test('difference is a Function', () => {
|
||||
expect(difference).toBeInstanceOf(Function);
|
||||
});
|
||||
test('Returns the difference between two arrays', () => {
|
||||
expect(difference([1, 2, 3], [1, 2, 4])).toEqual([3])
|
||||
expect(difference([1, 2, 3], [1, 2, 4])).toEqual([3]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user