We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973277c commit 6a77f93Copy full SHA for 6a77f93
src/components/Grid/Grid.test.tsx
@@ -119,7 +119,7 @@ describe("Grid", () => {
119
cell && expect(cell.dataset.focused).toEqual("true");
120
});
121
122
- 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 () => {
123
const { queryByTestId } = renderGrid({
124
rowCount: 10,
125
columnCount: 10,
0 commit comments