Skip to content

Commit

Permalink
Fixed remaining linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Feb 11, 2017
1 parent 451583a commit eb7c4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ describe('ScssCommentParser', function () {
it('should work with line comments', function () {
var result = parser.parse(getContent('groupByType.test.scss'))
result = ignoreDescription(result)
assert.deepEqual(result, require(__dirname + '/expected/groupByType.json'))
assert.deepEqual(result, require(path.join(__dirname, 'expected', 'groupByType.json')))
})
})

Expand Down

0 comments on commit eb7c4f3

Please sign in to comment.