@@ -28,7 +28,7 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
28
28
" message" : " Function onSubmit is not called in any test case." ,
29
29
" severity" : " error" ,
30
30
" source" : {
31
- " file" : " examples/react-todos-app/examples/react-todos-app/ src/components/CreateTodo.jsx" ,
31
+ " file" : " examples/react-todos-app/src/components/CreateTodo.jsx" ,
32
32
" position" : {
33
33
" startLine" : 13 ,
34
34
},
@@ -38,7 +38,7 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
38
38
" message" : " Function onInput is not called in any test case." ,
39
39
" severity" : " error" ,
40
40
" source" : {
41
- " file" : " examples/react-todos-app/examples/react-todos-app/ src/components/CreateTodo.jsx" ,
41
+ " file" : " examples/react-todos-app/src/components/CreateTodo.jsx" ,
42
42
" position" : {
43
43
" startLine" : 21 ,
44
44
},
@@ -48,7 +48,7 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
48
48
" message" : " Function onInput is not called in any test case." ,
49
49
" severity" : " error" ,
50
50
" source" : {
51
- " file" : " examples/react-todos-app/examples/react-todos-app/ src/components/TodoFilter.jsx" ,
51
+ " file" : " examples/react-todos-app/src/components/TodoFilter.jsx" ,
52
52
" position" : {
53
53
" startLine" : 9 ,
54
54
},
@@ -58,7 +58,7 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
58
58
" message" : " Function onChange is not called in any test case." ,
59
59
" severity" : " error" ,
60
60
" source" : {
61
- " file" : " examples/react-todos-app/examples/react-todos-app/ src/components/TodoFilter.jsx" ,
61
+ " file" : " examples/react-todos-app/src/components/TodoFilter.jsx" ,
62
62
" position" : {
63
63
" startLine" : 17 ,
64
64
},
@@ -88,7 +88,7 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
88
88
" message" : " Lines 14-17 are not covered in any test case." ,
89
89
" severity" : " warning" ,
90
90
" source" : {
91
- " file" : " examples/react-todos-app/examples/react-todos-app/ src/components/CreateTodo.jsx" ,
91
+ " file" : " examples/react-todos-app/src/components/CreateTodo.jsx" ,
92
92
" position" : {
93
93
" endLine" : 17 ,
94
94
" startLine" : 14 ,
@@ -99,7 +99,7 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
99
99
" message" : " Lines 22-23 are not covered in any test case." ,
100
100
" severity" : " warning" ,
101
101
" source" : {
102
- " file" : " examples/react-todos-app/examples/react-todos-app/ src/components/CreateTodo.jsx" ,
102
+ " file" : " examples/react-todos-app/src/components/CreateTodo.jsx" ,
103
103
" position" : {
104
104
" endLine" : 23 ,
105
105
" startLine" : 22 ,
@@ -110,7 +110,7 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
110
110
" message" : " Lines 10-11 are not covered in any test case." ,
111
111
" severity" : " warning" ,
112
112
" source" : {
113
- " file" : " examples/react-todos-app/examples/react-todos-app/ src/components/TodoFilter.jsx" ,
113
+ " file" : " examples/react-todos-app/src/components/TodoFilter.jsx" ,
114
114
" position" : {
115
115
" endLine" : 11 ,
116
116
" startLine" : 10 ,
@@ -121,7 +121,7 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
121
121
" message" : " Lines 18-19 are not covered in any test case." ,
122
122
" severity" : " warning" ,
123
123
" source" : {
124
- " file" : " examples/react-todos-app/examples/react-todos-app/ src/components/TodoFilter.jsx" ,
124
+ " file" : " examples/react-todos-app/src/components/TodoFilter.jsx" ,
125
125
" position" : {
126
126
" endLine" : 19 ,
127
127
" startLine" : 18 ,
@@ -132,7 +132,7 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
132
132
" message" : " Lines 10-28 are not covered in any test case." ,
133
133
" severity" : " warning" ,
134
134
" source" : {
135
- " file" : " examples/react-todos-app/examples/react-todos-app/ src/components/TodoList.jsx" ,
135
+ " file" : " examples/react-todos-app/src/components/TodoList.jsx" ,
136
136
" position" : {
137
137
" endLine" : 28 ,
138
138
" startLine" : 10 ,
@@ -143,7 +143,7 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
143
143
" message" : " Lines 7-9 are not covered in any test case." ,
144
144
" severity" : " warning" ,
145
145
" source" : {
146
- " file" : " examples/react-todos-app/examples/react-todos-app/ src/components/TodoList.jsx" ,
146
+ " file" : " examples/react-todos-app/src/components/TodoList.jsx" ,
147
147
" position" : {
148
148
" endLine" : 9 ,
149
149
" startLine" : 7 ,
@@ -154,7 +154,7 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
154
154
" message" : " Lines 12-13 are not covered in any test case." ,
155
155
" severity" : " warning" ,
156
156
" source" : {
157
- " file" : " examples/react-todos-app/examples/react-todos-app/ src/hooks/useTodos.js" ,
157
+ " file" : " examples/react-todos-app/src/hooks/useTodos.js" ,
158
158
" position" : {
159
159
" endLine" : 13 ,
160
160
" startLine" : 12 ,
@@ -165,7 +165,7 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
165
165
" message" : " Lines 18-37 are not covered in any test case." ,
166
166
" severity" : " warning" ,
167
167
" source" : {
168
- " file" : " examples/react-todos-app/examples/react-todos-app/ src/hooks/useTodos.js" ,
168
+ " file" : " examples/react-todos-app/src/hooks/useTodos.js" ,
169
169
" position" : {
170
170
" endLine" : 37 ,
171
171
" startLine" : 18 ,
@@ -176,7 +176,7 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
176
176
" message" : " Lines 41-45 are not covered in any test case." ,
177
177
" severity" : " warning" ,
178
178
" source" : {
179
- " file" : " examples/react-todos-app/examples/react-todos-app/ src/hooks/useTodos.js" ,
179
+ " file" : " examples/react-todos-app/src/hooks/useTodos.js" ,
180
180
" position" : {
181
181
" endLine" : 45 ,
182
182
" startLine" : 41 ,
@@ -187,7 +187,7 @@ exports[`CLI collect > should run Code coverage plugin that runs coverage tool a
187
187
" message" : " Lines 54-60 are not covered in any test case." ,
188
188
" severity" : " warning" ,
189
189
" source" : {
190
- " file" : " examples/react-todos-app/examples/react-todos-app/ src/hooks/useTodos.js" ,
190
+ " file" : " examples/react-todos-app/src/hooks/useTodos.js" ,
191
191
" position" : {
192
192
" endLine" : 60 ,
193
193
" startLine" : 54 ,
0 commit comments