File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 140
140
"babel-plugin-add-module-exports" : " ^1.0.2" ,
141
141
"babel-plugin-array-includes" : " ^2.0.3" ,
142
142
"babel-plugin-dynamic-import-node" : " ^2.3.0" ,
143
- "bootstrap-styled" : " ^2.6.2 " ,
143
+ "bootstrap-styled" : " ^2.7.0 " ,
144
144
"cz-conventional-changelog" : " ^3.0.2" ,
145
145
"enzyme" : " ^3.10.0" ,
146
146
"enzyme-adapter-react-16" : " ^1.15.1" ,
188
188
],
189
189
"coverageThreshold" : {
190
190
"global" : {
191
- "statements" : 80 ,
192
- "branches" : 80 ,
193
- "functions" : 80 ,
194
- "lines" : 80
191
+ "statements" : 99 ,
192
+ "branches" : 91 ,
193
+ "functions" : 99 ,
194
+ "lines" : 99
195
195
}
196
196
},
197
197
"moduleDirectories" : [
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import theme from 'bootstrap-styled/lib/theme';
2
2
import { screenUtilities , printUtilities } from '../_api' ;
3
3
4
4
describe ( 'bootstrap api utility' , ( ) => {
5
- it . only ( 'should skip test' , ( ) => expect ( true ) . toEqual ( true ) ) ;
6
5
it ( 'should return all screen utilities' , ( ) => {
7
6
const css = screenUtilities ( {
8
7
xs : '0' ,
You can’t perform that action at this time.
0 commit comments