Skip to content

Commit

Permalink
Improve test descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Oct 6, 2023
1 parent 63a5b19 commit 2eb7259
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const mapping = {
},
};

describe( 'buildLinkValueFromData', () => {
describe( 'building a link value from data', () => {
it.each( [
[
{
Expand Down Expand Up @@ -117,7 +117,7 @@ describe( 'buildLinkValueFromData', () => {
} );
} );

describe( 'buildDataFromLinkValue', () => {
describe( 'building data from a link value', () => {
it( 'build a valid data object from supplied link value mapping', () => {
const linkValue = {
url: 'https://www.wordpress.org',
Expand Down

0 comments on commit 2eb7259

Please sign in to comment.