File tree 4 files changed +4
-8
lines changed
4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 6
6
"plugins" : [
7
7
" @babel/plugin-proposal-class-properties" ,
8
8
" @babel/plugin-proposal-object-rest-spread" ,
9
- " @babel/plugin-transform-runtime"
9
+ " @babel/plugin-transform-runtime" ,
10
+ " styled-jsx/babel"
10
11
]
11
12
}
Original file line number Diff line number Diff line change 70
70
"react-dom" : " ^16.9.0" ,
71
71
"react-linkify" : " ^0.2.2" ,
72
72
"semver" : " ^6.3.0" ,
73
+ "styled-jsx" : " ^3.2.2" ,
73
74
"tempy" : " ^0.3.0" ,
74
75
"tildify" : " ^2.0.0" ,
75
76
"tmp" : " ^0.1.0" ,
182
183
]
183
184
}
184
185
}
185
- }
186
+ }
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ import Adapter from 'enzyme-adapter-react-16';
5
5
import KeyboardNumberInput from '../renderer/components/keyboard-number-input' ;
6
6
7
7
configure ( { adapter : new Adapter ( ) } ) ;
8
- test ( 'can connect to this page' , t => {
9
- t . pass ( ) ;
10
- } ) ;
11
8
12
9
test ( 'it should render input' , t => {
13
10
const wrapper = mount ( < KeyboardNumberInput /> ) ;
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ import Adapter from 'enzyme-adapter-react-16';
5
5
import WindowHeader from '../renderer/components/window-header' ;
6
6
7
7
configure ( { adapter : new Adapter ( ) } ) ;
8
- test ( 'can connect to this page' , t => {
9
- t . pass ( ) ;
10
- } ) ;
11
8
12
9
test ( 'can mount component window header' , t => {
13
10
const wrapper = shallow ( < WindowHeader /> ) ;
You can’t perform that action at this time.
0 commit comments