Skip to content

Commit

Permalink
test: fix remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Aug 26, 2024
1 parent f9f3250 commit 143af52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/Flicking.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ describe("Flicking", () => {
expect(event.height).to.equal(viewportSize.height);
});

it.only("should have correct offset on extream resize", async () => {
it("should have correct offset on extream resize", async () => {
const viewportSize = {
width: 400,
height: 800
Expand Down

0 comments on commit 143af52

Please sign in to comment.