Test files linted
This commit is contained in:
@ -13,5 +13,5 @@ test('Function works properly', () => {
|
||||
expect(square(3)).toBe(9);
|
||||
});
|
||||
test('Cache stores values', () => {
|
||||
expect(Array.from(square.cache)).toEqual([[2,4],[3,9]]);
|
||||
expect(Array.from(square.cache)).toEqual([[2, 4], [3, 9]]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user