Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Jan 22, 2025
1 parent dc3b2ea commit 680ba99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions __tests__/lib/dev-environment/dev-environment-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ describe( 'lib/dev-environment/dev-environment-core', () => {
primaryDomain: '',
php: '',
wordpress: '',
integrations: {},
},
},
},
Expand Down Expand Up @@ -249,6 +250,7 @@ describe( 'lib/dev-environment/dev-environment-core', () => {
},
},
},
integrations: {},
},
{
name: 'prodName',
Expand All @@ -270,6 +272,7 @@ describe( 'lib/dev-environment/dev-environment-core', () => {
primaryDomain: 'test.develop.com',
php: '8.1',
wordpress: '6.2',
integrations: {},
},
},
},
Expand Down

0 comments on commit 680ba99

Please sign in to comment.