Skip to content

Commit

Permalink
update .scss to .css file in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuraima Estevez committed Mar 18, 2024
1 parent 9540fb7 commit cbc3eaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {PositionedOverlay} from '../PositionedOverlay';
import {Box} from '../../Box';
import * as mathModule from '../utilities/math';
import * as geometry from '../../../utilities/geometry';
import styles from '../PositionedOverlay.module.scss';
import styles from '../PositionedOverlay.module.css';

describe('<PositionedOverlay />', () => {
const mockRender = jest.fn((overlayDetails: OverlayDetails) => (
Expand Down

0 comments on commit cbc3eaa

Please sign in to comment.