Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] committed Mar 15, 2024
1 parent 85e9ba6 commit 460daa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/test/app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ describe('resolveApp', () => {

expect(fixtureMiddleware).toMatchInlineSnapshot(`
[
"<rootDir>/middleware/00.order.global.ts",
"<rootDir>/layer1/middleware/01.order.global.ts",
"<rootDir>/layer2/middleware/02.order.global.ts",
"<rootDir>/layer2/middleware/global.global.ts",
"<rootDir>/middleware/00.order.global.ts",
"<rootDir>/layer2/middleware/named-from-layer.ts",
"<rootDir>/middleware/named-override.ts",
"<rootDir>/middleware/named.ts",
Expand Down

0 comments on commit 460daa0

Please sign in to comment.