Skip to content

Commit 01fdb05

Browse files
fix snapshot
1 parent 8f5af6b commit 01fdb05

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

src/plugin/__tests__/__snapshots__/VCodeBlock.test.ts.snap

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,5 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

3-
exports[`VCodeBlock Component > Component > should ... 1`] = `
4-
{
5-
"browserWindow": false,
6-
"code": "",
7-
"codeBlockRadius": "0.5rem",
8-
"copyButton": true,
9-
"copyFailedText": "Copy failed!",
10-
"copyIcons": true,
11-
"copySuccessText": "Copied!",
12-
"copyTab": true,
13-
"copyText": "Copy Code",
14-
"cssPath": undefined,
15-
"floatingTabs": true,
16-
"globalOptions": false,
17-
"height": "auto",
18-
"highlightjs": true,
19-
"indent": 2,
20-
"label": "",
21-
"lang": "javascript",
22-
"languages": undefined,
23-
"maxHeight": "auto",
24-
"persistentCopyButton": false,
25-
"prismPlugin": false,
26-
"prismjs": false,
27-
"runTab": false,
28-
"runText": "Run",
29-
"tabGap": "0.25rem",
30-
"tabs": false,
31-
"theme": "neon-bunny",
32-
}
33-
`;
34-
353
exports[`VCodeBlock Component > Component > should mount the component 1`] = `
364
{
375
"browserWindow": false,

0 commit comments

Comments
 (0)