@@ -13,15 +13,10 @@ defineProps<{
13
13
</script>
14
14
15
15
<template>
16
- <div>
17
- <p>Welcome to Vlv!</p>
18
- </div>
16
+ <p>Welcome to Vlv!</p>
19
17
</template>
20
18
21
19
<style scoped>
22
- div {
23
- color: pink;
24
- }
25
20
</style>
26
21
` ;
27
22
@@ -44,7 +39,7 @@ describe('vue:stories for applications', () => {
44
39
} ) ;
45
40
46
41
expect (
47
- appTree . read ( 'test-ui-app/src/components /NxWelcome.stories.ts' , 'utf-8' )
42
+ appTree . read ( 'test-ui-app/src/app /NxWelcome.stories.ts' , 'utf-8' )
48
43
) . toMatchSnapshot ( ) ;
49
44
expect (
50
45
appTree . read (
@@ -61,7 +56,7 @@ describe('vue:stories for applications', () => {
61
56
} ) ;
62
57
63
58
expect (
64
- appTree . read ( 'test-ui-app/src/components /NxWelcome.stories.ts' , 'utf-8' )
59
+ appTree . read ( 'test-ui-app/src/app /NxWelcome.stories.ts' , 'utf-8' )
65
60
) . toMatchSnapshot ( ) ;
66
61
expect (
67
62
appTree . read (
@@ -73,7 +68,7 @@ describe('vue:stories for applications', () => {
73
68
74
69
it ( 'should not update existing stories' , async ( ) => {
75
70
appTree . write (
76
- 'test-ui-app/src/components /NxWelcome.stories.ts' ,
71
+ 'test-ui-app/src/app /NxWelcome.stories.ts' ,
77
72
`import { ComponentStory, ComponentMeta } from '@storybook/vue3'`
78
73
) ;
79
74
@@ -82,7 +77,7 @@ describe('vue:stories for applications', () => {
82
77
} ) ;
83
78
84
79
expect (
85
- appTree . read ( 'test-ui-app/src/components /NxWelcome.stories.ts' , 'utf-8' )
80
+ appTree . read ( 'test-ui-app/src/app /NxWelcome.stories.ts' , 'utf-8' )
86
81
) . toMatchSnapshot ( ) ;
87
82
} ) ;
88
83
@@ -104,7 +99,7 @@ describe('vue:stories for applications', () => {
104
99
} ) ;
105
100
106
101
expect (
107
- appTree . exists ( 'test-ui-app/src/components /NxWelcome.stories.ts' )
102
+ appTree . exists ( 'test-ui-app/src/app /NxWelcome.stories.ts' )
108
103
) . toBeTruthy ( ) ;
109
104
expect (
110
105
appTree . exists (
@@ -135,7 +130,7 @@ describe('vue:stories for applications', () => {
135
130
} ) ;
136
131
137
132
expect (
138
- appTree . exists ( 'test-ui-app/src/components /NxWelcome.stories.ts' )
133
+ appTree . exists ( 'test-ui-app/src/app /NxWelcome.stories.ts' )
139
134
) . toBeTruthy ( ) ;
140
135
expect (
141
136
appTree . exists (
@@ -166,7 +161,7 @@ describe('vue:stories for applications', () => {
166
161
} ) ;
167
162
168
163
expect (
169
- appTree . exists ( 'test-ui-app/src/components /NxWelcome.stories.ts' )
164
+ appTree . exists ( 'test-ui-app/src/app /NxWelcome.stories.ts' )
170
165
) . toBeTruthy ( ) ;
171
166
expect (
172
167
appTree . exists (
@@ -194,7 +189,7 @@ describe('vue:stories for applications', () => {
194
189
} ) ;
195
190
196
191
expect (
197
- appTree . exists ( 'test-ui-app/src/components /NxWelcome.stories.ts' )
192
+ appTree . exists ( 'test-ui-app/src/app /NxWelcome.stories.ts' )
198
193
) . toBeTruthy ( ) ;
199
194
expect (
200
195
appTree . exists (
@@ -229,7 +224,7 @@ describe('vue:stories for applications', () => {
229
224
} ) ;
230
225
231
226
expect (
232
- appTree . exists ( 'test-ui-app/src/components /NxWelcome.stories.ts' )
227
+ appTree . exists ( 'test-ui-app/src/app /NxWelcome.stories.ts' )
233
228
) . toBeTruthy ( ) ;
234
229
expect (
235
230
appTree . exists (
0 commit comments