Skip to content

Commit 000eeb6

Browse files
committed
Correctly quote CSS import path in test
1 parent 0a3282a commit 000eeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ describe('suitcss', function() {
152152

153153
describe('stylelint', function() {
154154
it('should check the input conforms to SUIT style rules', function(done) {
155-
suitcss('@import ./stylelint.css', {
155+
suitcss('@import "./stylelint.css"', {
156156
lint: true,
157157
root: 'test/fixtures',
158158
'postcss-reporter': {

0 commit comments

Comments
 (0)