Skip to content

Commit

Permalink
[test] Fix wrong env skip (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks authored Feb 28, 2025
1 parent 39f2743 commit e05da23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ describe('<PreviewCard.Root />', () => {
});
});

describe.skipIf(isJSDOM)('prop: actionsRef', () => {
describe.skipIf(!isJSDOM)('prop: actionsRef', () => {
it('unmounts the preview card when the `unmount` method is called', async () => {
const actionsRef = {
current: {
Expand Down

0 comments on commit e05da23

Please sign in to comment.