File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 66 "plugins" : [
77 " @babel/plugin-proposal-class-properties" ,
88 " @babel/plugin-proposal-object-rest-spread" ,
9- " @babel/plugin-transform-runtime"
9+ " @babel/plugin-transform-runtime" ,
10+ " styled-jsx/babel"
1011 ]
1112}
Original file line number Diff line number Diff line change 7070 "react-dom" : " ^16.9.0" ,
7171 "react-linkify" : " ^0.2.2" ,
7272 "semver" : " ^6.3.0" ,
73+ "styled-jsx" : " ^3.2.2" ,
7374 "tempy" : " ^0.3.0" ,
7475 "tildify" : " ^2.0.0" ,
7576 "tmp" : " ^0.1.0" ,
182183 ]
183184 }
184185 }
185- }
186+ }
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ import Adapter from 'enzyme-adapter-react-16';
55import KeyboardNumberInput from '../renderer/components/keyboard-number-input' ;
66
77configure ( { adapter : new Adapter ( ) } ) ;
8- test ( 'can connect to this page' , t => {
9- t . pass ( ) ;
10- } ) ;
118
129test ( 'it should render input' , t => {
1310 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';
55import WindowHeader from '../renderer/components/window-header' ;
66
77configure ( { adapter : new Adapter ( ) } ) ;
8- test ( 'can connect to this page' , t => {
9- t . pass ( ) ;
10- } ) ;
118
129test ( 'can mount component window header' , t => {
1310 const wrapper = shallow ( < WindowHeader /> ) ;
You can’t perform that action at this time.
0 commit comments