Skip to content

Commit

Permalink
feat(remix-dev)!: remove replace-remix-magic-imports codemod (#6899)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Jul 20, 2023
1 parent 7098a84 commit af7ca94
Show file tree
Hide file tree
Showing 43 changed files with 22 additions and 2,508 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-impalas-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/dev": major
---

Remove `replace-remix-magic-imports` codemod

This file was deleted.

2 changes: 1 addition & 1 deletion packages/remix-dev/__tests__/codemod-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import withApp from "./utils/withApp";

jest.setTimeout(1000 * 20);

let FIXTURE = path.join(__dirname, "fixtures/replace-remix-magic-imports");
let FIXTURE = path.join(__dirname, "fixtures/indie-stack");

it("checks that project is a clean git repository", async () => {
await withApp(FIXTURE, async (projectDir) => {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit af7ca94

Please sign in to comment.