Skip to content

Commit

Permalink
test: remove deprecated test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Feb 6, 2022
1 parent 9ead8ee commit 4698e93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/index.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ it('CodeMirror', async () => {
const {baseElement} = render(() => <CodeMirror />);
const cm = baseElement.firstChild.firstChild;
expect(cm).toBeTruthy();
expect(cm).toBeInTheDOM();
expect((cm as Element).classList.contains('solid-cm')).toBeTruthy();
});

Expand Down

0 comments on commit 4698e93

Please sign in to comment.