Skip to content

Commit

Permalink
Fix preprocessor options in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas authored and mlnmln committed Dec 30, 2018
1 parent 10922a5 commit d038640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preprocessor/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('features', function () {
it('should add ' + name + ' support', function () {
var input = read('fixtures/' + name);
var output = read('fixtures/' + name + '.out');
assert.equal(suitcss(input, { dir: 'test/fixtures' }).trim(), output.trim());
assert.equal(suitcss(input, { root: 'test/fixtures' }).trim(), output.trim());
});
});
});
Expand Down

0 comments on commit d038640

Please sign in to comment.