Skip to content

Commit

Permalink
fix project dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dvargas92495 committed May 16, 2022
1 parent f4d6646 commit 3887d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-dev/__tests__/create-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ describe("the create command", () => {
});

it("runs remix.init script when using index.ts", async () => {
let projectDir = await getProjectDir("remix-init-auto");
let projectDir = await getProjectDir("remix-init-ts");
await run([
"create",
projectDir,
Expand Down

0 comments on commit 3887d05

Please sign in to comment.