Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/block-editor/src/components/global-styles/test/use-gl…
…obal-styles-output.js

Co-authored-by: Aaron Robertshaw <[email protected]>
  • Loading branch information
t-hamano and aaronrobertshaw authored Sep 28, 2023
commit 4505084a336a9f5965f850f1cb60a1bd25eee0a0
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ describe( 'global styles renderer', () => {
'.foo{color: red; margin: auto;}.foo.one{color: blue;}.foo .two{color: green;}'
);
} );
it( 'should return a processed CSS with pseudo elements', () => {
it( 'should return processed CSS with pseudo elements', () => {
expect(
processCSSNesting(
'color: red; margin: auto; &::before{color: blue;} & ::before{color: green;} &.one::before{color: yellow;} & .two::before{color: purple;}',
Expand Down