Skip to content

Commit

Permalink
remove React import from ValidationError.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bhongy committed Jun 20, 2023
1 parent 93a765c commit 6aab2cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/formspree-react/test/ValidationError.test.tsx
@@ -1,5 +1,3 @@
// @ts-ignore: still need to import React in Jest 26
import React from 'react';
import ReactDOM from 'react-dom/client';
import { act } from '@testing-library/react';
import { ValidationError } from '../src';
Expand Down

0 comments on commit 6aab2cf

Please sign in to comment.