Skip to content

Commit 6a77f93

Browse files
Removes only modifier from test.
1 parent 973277c commit 6a77f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Grid/Grid.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe("Grid", () => {
119119
cell && expect(cell.dataset.focused).toEqual("true");
120120
});
121121

122-
it.only("should set row height to default (33px) when rowAutoHeight is false", async () => {
122+
it("should set row height to default (33px) when rowAutoHeight is false", async () => {
123123
const { queryByTestId } = renderGrid({
124124
rowCount: 10,
125125
columnCount: 10,

0 commit comments

Comments
 (0)