Skip to content

Commit

Permalink
fix: 🐛 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
prc5 committed Jun 29, 2024
1 parent 3ab68ac commit 9af6872
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions __tests__/features/zoom/zoom.base.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ describe("Zoom [Base]", () => {
expect(ref.current?.instance.state.scale).toBe(1.5);
});
});
it("should not move the center during scroll", async () => {
// TODO: Implement test
expect(true).toBe(true);
});
it("should zoom to the position of cursor", async () => {
// TODO: Implement test
expect(true).toBe(true);
Expand Down
1 change: 0 additions & 1 deletion src/core/instance.core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
getTransformStyles,
makePassiveEventOption,
getCenterPosition,
isExcludedNode,
} from "../utils";
import { handleCancelAnimation } from "./animations/animations.utils";
import { isWheelAllowed, isWheelPanningAllowed } from "./wheel/wheel.utils";
Expand Down

0 comments on commit 9af6872

Please sign in to comment.