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