Files
api/web/helpers/__snapshots__/markdown.test.ts.snap
T
Pujit Mehrotra 2724485989 test(web): Markdown sanitization & extensibility
fix(web): replaces dompurify with isomorphic-dompurify to enable server-side usage with same syntax
2024-11-19 13:21:41 -05:00

12 lines
218 B
Plaintext

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`sanitization > strips javascript 1`] = `
"<p><img src="x"></p>
"
`;
exports[`sanitization > strips javascript 2`] = `
"<p><img src="x"></p>
"
`;