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 85c5b05c3e0e7f509e339e9f9e5f3365042b5a2e
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ describe( 'global styles renderer', () => {
} );

describe( 'processCSSNesting', () => {
it( 'should return a processed CSS without any nested selectors', () => {
it( 'should return processed CSS without any nested selectors', () => {
expect(
processCSSNesting( 'color: red; margin: auto;', '.foo' )
).toEqual( '.foo{color: red; margin: auto;}' );
Expand Down