Skip to content

Commit

Permalink
ci: inverted sliders, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Haig authored and Ryan Haig committed Apr 20, 2023
1 parent 9c50f38 commit bb0ed77
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/ReactSlider/__tests__/ReactSlider.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ import React from 'react';
import renderer from 'react-test-renderer';
import ReactSlider from '../ReactSlider';

jest.mock('react', () => ({
...jest.requireActual('react'),
useState: jest.fn(),
}));

window.ResizeObserver =
window.ResizeObserver ||
jest.fn().mockImplementation(() => ({
Expand Down

0 comments on commit bb0ed77

Please sign in to comment.