Skip to content

Commit c7492d3

Browse files
authored
Merge pull request #2396 from dewanshDT/jest-styled-components
Jest styled components
2 parents 87742de + ff66f76 commit c7492d3

File tree

4 files changed

+486
-14
lines changed

4 files changed

+486
-14
lines changed

client/jest.setup.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// eslint-disable-next-line import/no-extraneous-dependencies
2+
import 'jest-styled-components';
13
import 'regenerator-runtime/runtime';
24

35
// See: https://github.com/testing-library/jest-dom

0 commit comments

Comments
 (0)