Skip to content

Commit

Permalink
Fix Jest setup in CNA template
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Nov 8, 2023
1 parent b75f63a commit d0c81db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cna-template/template/jest.setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Add custom Jest matchers for the DOM.
* https://github.com/testing-library/jest-dom#custom-matchers
*/
import '@testing-library/jest-dom/jest-globals';
import '@testing-library/jest-dom';

import { toHaveNoViolations } from 'jest-axe';

Expand Down

1 comment on commit d0c81db

@vercel
Copy link

@vercel vercel bot commented on d0c81db Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.