Skip to content

Commit

Permalink
chore: test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anikethsaha committed Feb 23, 2020
1 parent b8a4e20 commit 8fb8163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cssnano/src/__tests__/postcss-merge-rules.js
Expand Up @@ -185,7 +185,7 @@ test(
'should merge vendor prefixed selectors when vendors are the same',
processCss(
'code ::-moz-selection{background:red}code::-moz-selection{background:red}',
'code::-moz-selection,code ::-moz-selection{background:red}'
'code ::-moz-selection{background:red}code::-moz-selection{background:red}'
)
);

Expand Down

0 comments on commit 8fb8163

Please sign in to comment.