11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
33exports [` storybook-configuration generator should add required targets 1` ] = `
4- Array [
5- Object {
6- " path" : " .prettierignore" ,
7- " type" : " CREATE" ,
8- } ,
9- Object {
10- " path" : " .prettierrc" ,
11- " type" : " CREATE" ,
12- } ,
13- Object {
14- " path" : " apps/.gitignore" ,
15- " type" : " CREATE" ,
16- } ,
17- Object {
18- " path" : " apps/test-project/.eslintrc.json" ,
19- " type" : " CREATE" ,
20- } ,
21- Object {
22- " path" : " apps/test-project/.prettierignore" ,
23- " type" : " CREATE" ,
24- } ,
25- Object {
26- " path" : " apps/test-project/.storybook/main.ts" ,
27- " type" : " CREATE" ,
28- } ,
29- Object {
30- " path" : " apps/test-project/.storybook/preview-head.html" ,
31- " type" : " CREATE" ,
32- } ,
33- Object {
34- " path" : " apps/test-project/.storybook/preview.ts" ,
35- " type" : " CREATE" ,
36- } ,
37- Object {
38- " path" : " apps/test-project/.storybook/tsconfig.json" ,
39- " type" : " CREATE" ,
40- } ,
41- Object {
42- " path" : " apps/test-project/package.json" ,
43- " type" : " CREATE" ,
44- } ,
45- Object {
46- " path" : " apps/test-project/project.json" ,
47- " type" : " CREATE" ,
48- } ,
49- Object {
50- " path" : " apps/test-project/public/favicon.svg" ,
51- " type" : " CREATE" ,
52- } ,
53- Object {
54- " path" : " apps/test-project/public/manifest.json" ,
55- " type" : " CREATE" ,
56- } ,
57- Object {
58- " path" : " apps/test-project/public/robots.txt" ,
59- " type" : " CREATE" ,
60- } ,
61- Object {
62- " path" : " apps/test-project/README.md" ,
63- " type" : " CREATE" ,
64- } ,
65- Object {
66- " path" : " apps/test-project/src/components/header/header.css" ,
67- " type" : " CREATE" ,
68- } ,
69- Object {
70- " path" : " apps/test-project/src/components/header/header.tsx" ,
71- " type" : " CREATE" ,
72- } ,
73- Object {
74- " path" : " apps/test-project/src/components/icons/qwik.tsx" ,
75- " type" : " CREATE" ,
76- } ,
77- Object {
78- " path" : " apps/test-project/src/components/router-head/router-head.tsx" ,
79- " type" : " CREATE" ,
80- } ,
81- Object {
82- " path" : " apps/test-project/src/entry.dev.tsx" ,
83- " type" : " CREATE" ,
84- } ,
85- Object {
86- " path" : " apps/test-project/src/entry.preview.tsx" ,
87- " type" : " CREATE" ,
88- } ,
89- Object {
90- " path" : " apps/test-project/src/entry.ssr.tsx" ,
91- " type" : " CREATE" ,
92- } ,
93- Object {
94- " path" : " apps/test-project/src/global.css" ,
95- " type" : " CREATE" ,
96- } ,
97- Object {
98- " path" : " apps/test-project/src/root.tsx" ,
99- " type" : " CREATE" ,
100- } ,
101- Object {
102- " path" : " apps/test-project/src/routes/flower/flower.css" ,
103- " type" : " CREATE" ,
104- } ,
105- Object {
106- " path" : " apps/test-project/src/routes/flower/index.tsx" ,
107- " type" : " CREATE" ,
108- } ,
109- Object {
110- " path" : " apps/test-project/src/routes/index.tsx" ,
111- " type" : " CREATE" ,
112- } ,
113- Object {
114- " path" : " apps/test-project/src/routes/layout.tsx" ,
115- " type" : " CREATE" ,
116- } ,
117- Object {
118- " path" : " apps/test-project/src/routes/service-worker.ts" ,
119- " type" : " CREATE" ,
120- } ,
121- Object {
122- " path" : " apps/test-project/tsconfig.app.json" ,
123- " type" : " CREATE" ,
124- } ,
125- Object {
126- " path" : " apps/test-project/tsconfig.json" ,
127- " type" : " CREATE" ,
128- } ,
129- Object {
130- " path" : " apps/test-project/tsconfig.spec.json" ,
131- " type" : " CREATE" ,
132- } ,
133- Object {
134- " path" : " apps/test-project/vite.config.ts" ,
135- " type" : " CREATE" ,
136- } ,
137- Object {
138- " path" : " libs/.gitignore" ,
139- " type" : " CREATE" ,
140- } ,
141- Object {
142- " path" : " nx.json" ,
143- " type" : " CREATE" ,
144- } ,
145- Object {
146- " path" : " package.json" ,
147- " type" : " CREATE" ,
148- } ,
149- Object {
150- " path" : " tsconfig.base.json" ,
151- " type" : " CREATE" ,
152- } ,
153- ]
154- ` ;
155-
156- exports [` storybook-configuration generator should add required targets 2` ] = `
1574"import { mergeConfig , UserConfig } from 'vite';
1585import { withNx } from 'qwik-nx/storybook';
1596import viteConfig from './../vite.config';
@@ -172,7 +19,7 @@ export default config;
17219"
17320` ;
17421
175- exports [` storybook-configuration generator should add required targets 3 ` ] = `
22+ exports [` storybook-configuration generator should add required targets 2 ` ] = `
17623"import { qwikCityDecorator } from 'storybook-framework-qwik/qwik-city-decorator';
17724export const decorators = [qwikCityDecorator];
17825"
0 commit comments