Skip to content

Commit

Permalink
Update Sandpack.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Jun 6, 2022
1 parent 7e0c4ca commit 6d271b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandpack-react/src/presets/Sandpack.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("getSandpackCssText", () => {
</SandpackProvider>
);

expect(getSandpackCssText().length).toBe(3456);
expect(getSandpackCssText().length).toBe(3564);
expect(getSandpackCssText()).not.toContain(componentClassName);
});

Expand Down

0 comments on commit 6d271b6

Please sign in to comment.