Skip to content

Commit 5c638b5

Browse files
committed
chore: replace test snapshots
1 parent 9494a6d commit 5c638b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/markdown/__snapshots__/single-plugin.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

3-
exports[`'(1) This plugin doesn\\'t support markdown parser, so it leaves the output of each plugin as is.' > expectation 1`] = `
3+
exports[`'(1) This plugin doesn\\'t support mark…' > expectation 1`] = `
44
"\`\`\`jsx
55
export function Foo({ children }) {
66
return (

tests/mdx/__snapshots__/single-plugin.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

3-
exports[`'(1) This plugin doesn\\'t support mdx parser, so it leaves the output of each plugin as is.' > expectation 1`] = `
3+
exports[`'(1) This plugin doesn\\'t support mdx ' > expectation 1`] = `
44
"\`\`\`jsx
55
export function Foo({ children }) {
66
return (

0 commit comments

Comments
 (0)