Skip to content

Commit efcef44

Browse files
greenkeeper[bot]pvdlg
authored andcommitted
chore(package): update xo to version 0.22.0
1 parent 12f6272 commit efcef44

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
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"

test/fixtures/styles.test.js

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1+
/* eslint-env jasmine, jquery */
2+
/* global appendSetFixtures */
3+
14
describe('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
});

0 commit comments

Comments
 (0)