mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-23 06:29:51 +03:00
Fix test
This commit is contained in:
parent
01bbcde62d
commit
c09b781c90
|
@ -6,7 +6,11 @@ describe('Container', function () {
|
||||||
it('renders correctly', () => {
|
it('renders correctly', () => {
|
||||||
const { container } = render(
|
const { container } = render(
|
||||||
<Container
|
<Container
|
||||||
themeData={{ theme: 'default', scheme: 'default', light: false }}
|
themeData={{
|
||||||
|
theme: 'default',
|
||||||
|
scheme: 'default',
|
||||||
|
colorPreference: 'auto',
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
Text
|
Text
|
||||||
</Container>
|
</Container>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user