Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jan 7, 2025
1 parent 06ffc14 commit bab8067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/masking/__benches__/types.bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { expectTypeOf } from "expect-type";
import type { DeepPartial } from "../../utilities/index.js";

import { setup } from "@ark/attest";
import { ContainsFragmentsRefs } from "../internal/types.js";
import type { ContainsFragmentsRefs } from "../internal/types.js";

setup({
updateSnapshots: !process.env.CI,
Expand Down

0 comments on commit bab8067

Please sign in to comment.