Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Davies committed May 17, 2022
1 parent 0e65d9a commit 2445478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/env/lib/config/test/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ describe( 'readConfig', () => {
{
type: 'git',
url: 'https://github.com/WordPress/gutenberg.git',
ref: 'trunk',
ref: undefined,
path: expect.stringMatching( /^(\/||\\).*gutenberg$/ ),
basename: 'gutenberg',
},
Expand Down

0 comments on commit 2445478

Please sign in to comment.