Skip to content

Commit

Permalink
fix: bump yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte committed Jul 19, 2020
1 parent 8c3032f commit 27c19ac
Show file tree
Hide file tree
Showing 2 changed files with 332 additions and 370 deletions.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test('order/properties-order (stylelint-config-property-sort-order-smacss)', asy
config,
})
assert.strictEqual(output.results[0].warnings.length, 1)
assert.strictEqual(output.results[0].warnings[0].text.trim(), 'Expected "top" to come before "color" (order/properties-order)')
assert.strictEqual(output.results[0].warnings[0].text.trim(), 'Expected "top" to come before "color" in group "box" (order/properties-order)')
})

test('csstree/validator (stylelint-csstree-validator)', async () => {
Expand Down
Loading

0 comments on commit 27c19ac

Please sign in to comment.