File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import { render , screen , within } from '@testing-library/react' ;
3
3
import { Provider } from 'react-redux' ;
4
- import configureStore from '../../../src/window /store/windowStore ' ;
4
+ import configureStore from '../../../src/devpanel /store/panelStore ' ;
5
5
import App from '../../../src/app/App' ;
6
6
7
7
Object . defineProperty ( window , 'matchMedia' , {
Original file line number Diff line number Diff line change @@ -20,16 +20,7 @@ describe('API', () => {
20
20
expect ( message ) . toEqual ( {
21
21
source : '@devtools-page' ,
22
22
type : 'OPEN' ,
23
- position : 'right' ,
24
- } ) ;
25
-
26
- message = await listenMessage ( ( ) => {
27
- window . __REDUX_DEVTOOLS_EXTENSION__ . open ( 'left' ) ;
28
- } ) ;
29
- expect ( message ) . toEqual ( {
30
- source : '@devtools-page' ,
31
- type : 'OPEN' ,
32
- position : 'left' ,
23
+ position : 'window' ,
33
24
} ) ;
34
25
} ) ;
35
26
You can’t perform that action at this time.
0 commit comments