Skip to content

Commit

Permalink
Fix linting errors in styleguide test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuliy Vigdorchik committed May 24, 2018
1 parent 9484d8a commit 474973b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/styleguide.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe(_.startCase(filename), function () {
it('gets default variations', function () {
var expected = {
'pull-quote': [ 'pull-quote_large' ],
'blockquote': [ 'blockquote_red' ]
blockquote: [ 'blockquote_red' ]
};

expect(lib.getVariations('_default')).to.deep.equal(expected);
Expand Down Expand Up @@ -177,7 +177,7 @@ describe(_.startCase(filename), function () {
state = {
_layoutRef: 'www.vulture.com/_components/layout/instances/article',
_componentVariations: variations
};;
};

lib.setDefaultVariations(testData, state);
expect(testData).to.equal(testData);
Expand Down

0 comments on commit 474973b

Please sign in to comment.