Skip to content

Commit

Permalink
correccion 1 - agregar escala y corregir componentes
Browse files Browse the repository at this point in the history
  • Loading branch information
damian committed Nov 29, 2023
1 parent 1b4cac3 commit b4ca448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scale/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Scale Utils', () => {
describe('isSmallDevice', () => {
it('should return false for larger devices', () => {
mockDimensions.window.width = 500;
expect(isSmallDevice).toBe(false);
expect(isSmallDevice()).toBe(false);
});
});

Expand Down

0 comments on commit b4ca448

Please sign in to comment.