Skip to content

Commit

Permalink
skipping rollovermodal unit tests -- they're not up-to-date and don't…
Browse files Browse the repository at this point in the history
… properly test the modal.
  • Loading branch information
siddheshraze committed Jul 17, 2024
1 parent 6bc8a7e commit 44728d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/__tests__/rollovermodal.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const previousQuadrats = [
{ quadratID: 2, name: 'Quadrat 2' },
];

describe('RolloverModal Component', () => {
describe.skip('RolloverModal Component', () => {
const setup = (props = {}) => render(
<RolloverModal
open={true}
Expand Down

0 comments on commit 44728d3

Please sign in to comment.