Skip to content

Commit

Permalink
Update src/rules/map-keys-quotes/__tests__/index.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Natalie Weizenbaum <nweiz@google.com>
  • Loading branch information
kristerkari and nex3 committed Aug 2, 2019
1 parent c616a2c commit 4ba37df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/map-keys-quotes/__tests__/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ testRule(rule, {
code: `
$test: ('foo': 14px, 'bar': 25px);
`,
description: "accepts strings without quotes"
description: "accepts strings with quotes"
},
{
code: `
Expand Down

0 comments on commit 4ba37df

Please sign in to comment.