Skip to content

Commit

Permalink
Update init.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan committed Oct 14, 2024
1 parent c2c475a commit 2f40221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/commands/init.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ it("init (config-full)", async () => {
expect(mockMkdir).toHaveBeenNthCalledWith(1, expect.stringContaining("src"), expect.anything());
expect(mockMkdir).toHaveBeenNthCalledWith(
2,
expect.stringContaining("src\\lib\\components"),
expect.stringContaining("src/lib/components"),
expect.anything()
);

Expand Down

0 comments on commit 2f40221

Please sign in to comment.