6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
|
// jest custom assertions
|
||
|
import '@testing-library/jest-dom'
|
||
|
|
||
|
// include style rules in snapshots
|
||
|
import 'jest-styled-components'
|