File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 5454 "semantic-release" : " ^15.0.0" ,
5555 "sinon" : " ^6.0.0" ,
5656 "tempy" : " ^0.2.0" ,
57- "xo" : " ^0.21 .0"
57+ "xo" : " ^0.22 .0"
5858 },
5959 "engines" : {
6060 "node" : " >=6"
Original file line number Diff line number Diff line change 1+ /* eslint-env jasmine, jquery */
2+ /* global appendSetFixtures */
3+
14describe ( 'Css file' , ( ) => {
2- beforeAll ( ( ) => {
3- jasmine . getFixtures ( ) . fixturesPath = 'base' ;
4- } ) ;
5+ beforeAll ( ( ) => {
6+ jasmine . getFixtures ( ) . fixturesPath = 'base' ;
7+ } ) ;
58
6- it ( 'shoud be compiled by Karma and loaded' , ( ) => {
7- const $fixture = $ ( '<div class="test"></div>' ) ;
9+ it ( 'shoud be compiled by Karma and loaded' , ( ) => {
10+ const $fixture = $ ( '<div class="test"></div>' ) ;
811
9- appendSetFixtures ( $fixture ) ;
10- expect ( $fixture ) . toHaveCss ( { height : '20px' } ) ;
11- } ) ;
12+ appendSetFixtures ( $fixture ) ;
13+ expect ( $fixture ) . toHaveCss ( { height : '20px' } ) ;
14+ } ) ;
1215} ) ;
You can’t perform that action at this time.
0 commit comments