Skip to content

Commit

Permalink
test: update windows snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 19, 2023
1 parent 71c3595 commit 4ec274a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/utils/test/__snapshots__/route.test.js.snap
Expand Up @@ -97,6 +97,12 @@ exports[`util: route util: route create createRoutes should allow snake case rou
"name": "subpage-param",
"path": "/subpage/:param?",
},
{
"chunkName": "pages/parent/_",
"component": "\\\\\\\\some\\\\nuxt\\\\app\\\\pages\\\\parent\\\\_.vue",
"name": "parent-all",
"path": "/parent/*",
},
{
"chunkName": "pages/index",
"component": "\\\\\\\\some\\\\nuxt\\\\app\\\\pages\\\\index.vue",
Expand Down

0 comments on commit 4ec274a

Please sign in to comment.