Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
Co-authored-by: Marin Atanasov <[email protected]>
  • Loading branch information
matiasbenedetto and tyxla authored Sep 11, 2023
1 parent 656ccf0 commit b3ade9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-data/src/utils/test/get-nested-value.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe( 'getNestedValue', () => {
expect( result ).toEqual( input );
} );

it( 'should the nested value', () => {
it( 'should return the nested value', () => {
const input = { x: { y: { z: 123 } } };
const result = getNestedValue( input, [ 'x', 'y', 'z' ] );

Expand Down

0 comments on commit b3ade9a

Please sign in to comment.