Skip to content

Commit

Permalink
Adapted test to node-sass 3.x error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Sep 27, 2015
1 parent bbe06ba commit fb44d98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/tolk-basics.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ describe('readCompiled', function () {
status: 1,
file: /fixtures\/source\/scss\/syntaxerror\.scss$/,
line: 2,
column: 3,
column: 8,
message: 'property "color" must be followed by a \':\'',
code: 1
});
});

Expand Down

0 comments on commit fb44d98

Please sign in to comment.