File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed
src/plugin/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 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-
353exports [` VCodeBlock Component > Component > should mount the component 1` ] = `
364{
375 " browserWindow" : false ,
You can’t perform that action at this time.
0 commit comments