Skip to content

Commit

Permalink
test: fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
hal-wang committed Apr 7, 2024
1 parent 906b43c commit 1c201b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/create/scaffold.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ describe("init", () => {
},
} as any;
const plugins = await service["sortPlugins"]([]);
plugins.should.deep.eq(["view", "router", "core", "cli"]);
plugins.should.deep.eq(["view", "router", "cli", "core"]);
},
{
options: {
Expand Down

0 comments on commit 1c201b0

Please sign in to comment.