Skip to content

Commit

Permalink
Revert "Revert "Fix lint issue"" to trigger CI?
Browse files Browse the repository at this point in the history
This reverts commit a68dbaa.
  • Loading branch information
brophdawg11 committed Mar 11, 2024
1 parent a68dbaa commit e516247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/router/__tests__/data-strategy-test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { DataStrategyFunction, DataStrategyMatch } from "../utils";
import { json } from "../utils";
import { cleanup, createDeferred, setup } from "./utils/data-router-setup";
import { createDeferred, setup } from "./utils/data-router-setup";
import { createFormData, tick } from "./utils/utils";

describe("router dataStrategy", () => {
Expand Down
3 changes: 2 additions & 1 deletion packages/router/__tests__/should-revalidate-test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { createMemoryHistory, createRouter, redirect } from "../index";
import { ErrorResponseImpl, type ShouldRevalidateFunctionArgs } from "../utils";
import type { ShouldRevalidateFunctionArgs } from "../utils";
import { ErrorResponseImpl } from "../utils";
import { urlMatch } from "./utils/custom-matchers";
import { cleanup } from "./utils/data-router-setup";
import { createFormData, tick } from "./utils/utils";
Expand Down

0 comments on commit e516247

Please sign in to comment.