Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Jun 23, 2022
1 parent 76dd37d commit d93c78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/data-editor/data-editor.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2432,7 +2432,7 @@ describe("data-editor", () => {
expect(spy).toBeCalledWith({ icon: "headerCode", title: "B", width: 160 }, 200, 1);
});

test.only("Auto Resize Column", async () => {
test("Auto Resize Column", async () => {
const spy = jest.fn();
jest.useFakeTimers();
render(<EventedDataEditor {...basicProps} onColumnResize={spy} />, {
Expand Down

0 comments on commit d93c78f

Please sign in to comment.