Skip to content

Commit

Permalink
Run all the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Jun 20, 2022
1 parent ae32e1c commit 69f5c3e
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
Expand Up @@ -529,7 +529,7 @@ describe("data-editor", () => {
);
});

test.only("Does not edit when validation fails", async () => {
test("Does not edit when validation fails", async () => {
const spy = jest.fn();
jest.useFakeTimers();
render(<DataEditor {...basicProps} onCellEdited={spy} validateCell={() => false} />, {
Expand Down

0 comments on commit 69f5c3e

Please sign in to comment.