We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c95e9d commit 21dd571Copy full SHA for 21dd571
tests/sanitize.spec.ts
@@ -2,6 +2,8 @@
2
* Verify that DOM sanitization is working.
3
*/
4
5
+// TODO: Make these tests more comprehensive. They should cover a wider range of sanitization cases.
6
+
7
import { test, expect, type Page } from '@playwright/test';
8
import { cssToHtml } from '../src/index';
9
0 commit comments