8dfd143208
* set up snapshot testing * improvements * add tests for TextInput as an example * Fix code style issues with ESLint * add comment to custom-test-env file * only set up needed providers * include style rules in snapshots * disable redux storage warning * added setupTests to avoid boilerplate Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
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'
|