Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply formatting changes
  • Loading branch information
eoghanmurray authored and github-actions[bot] committed May 16, 2024
commit d864875ca0fe682c10943821b21e65e7d48f49ee
5 changes: 3 additions & 2 deletions packages/rrweb-snapshot/test/rebuild.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ ul li.specified c:hover img, ul li.specified c.\\:hover img {
});

it('should adapt some tricky css', () => {
expect(adaptCssForReplay(tailwindCssText, cache).length).toBeGreaterThan(1000);
expect(adaptCssForReplay(tailwindCssText, cache).length).toBeGreaterThan(
1000,
);
});

});
3 changes: 2 additions & 1 deletion packages/rrweb-snapshot/test/tailwindCssText.ts

Large diffs are not rendered by default.