Skip to content

Commit

Permalink
Fix Linter for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Feb 3, 2017
1 parent b5b264e commit c4615f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/test/providers/signatureHelp.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ cache.set('one.scss', {
],
offset: 0,
position: null
},
}
],
imports: []
});
Expand Down
2 changes: 1 addition & 1 deletion src/test/services/parser.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('Services/Parser', () => {
'@function func($a) { @return $a }',
'@mixin mixin($a: 1, $b) {',
' content: ',
'}',
'}'
]);

const { symbols } = parseDocument(doc, 87, <ISettings>{
Expand Down
1 change: 0 additions & 1 deletion src/test/utils/facts.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ describe('Utils/Facts', () => {
});

});

0 comments on commit c4615f0

Please sign in to comment.