diff --git a/packages/remix-dev/__tests__/cli-test.ts b/packages/remix-dev/__tests__/cli-test.ts index 1fdd987624a..0a288f195b6 100644 --- a/packages/remix-dev/__tests__/cli-test.ts +++ b/packages/remix-dev/__tests__/cli-test.ts @@ -251,7 +251,7 @@ describe("remix cli", () => { `💿 That's it! \`cd\` into "${projectDir}" and check the README for development and deploy instructions!` ); expect(fs.existsSync(path.join(projectDir, "package.json"))).toBeTruthy(); - expect(fs.existsSync(path.join(projectDir, "app/root.jsx"))).toBeTruthy(); + expect(fs.existsSync(path.join(projectDir, "app/root.tsx"))).toBeTruthy(); }); it("works for a path to a tarball on disk", async () => {