Skip to content

Commit 4ec274a

Browse files
committedMay 19, 2023
test: update windows snapshot
1 parent 71c3595 commit 4ec274a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

Diff for: ‎packages/utils/test/__snapshots__/route.test.js.snap

+6
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ exports[`util: route util: route create createRoutes should allow snake case rou
9797
"name": "subpage-param",
9898
"path": "/subpage/:param?",
9999
},
100+
{
101+
"chunkName": "pages/parent/_",
102+
"component": "\\\\\\\\some\\\\nuxt\\\\app\\\\pages\\\\parent\\\\_.vue",
103+
"name": "parent-all",
104+
"path": "/parent/*",
105+
},
100106
{
101107
"chunkName": "pages/index",
102108
"component": "\\\\\\\\some\\\\nuxt\\\\app\\\\pages\\\\index.vue",

0 commit comments

Comments
 (0)
Please sign in to comment.