Skip to content

Commit

Permalink
Removes only modifier from test.
Browse files Browse the repository at this point in the history
  • Loading branch information
natalyjazzviolin committed Feb 10, 2025
1 parent 973277c commit 6a77f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Grid/Grid.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe("Grid", () => {
cell && expect(cell.dataset.focused).toEqual("true");
});

it.only("should set row height to default (33px) when rowAutoHeight is false", async () => {
it("should set row height to default (33px) when rowAutoHeight is false", async () => {
const { queryByTestId } = renderGrid({
rowCount: 10,
columnCount: 10,
Expand Down

0 comments on commit 6a77f93

Please sign in to comment.