Skip to content

Commit

Permalink
Remove obsolete WP-CLI command
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange committed Mar 7, 2024
1 parent 79aaa95 commit 219bded
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ test.describe( 'Shopper → Translations', () => {
await cli(
`npm run wp-env run tests-cli -- wp language plugin install woocommerce nl_NL`
);
await cli(
`npm run wp-env run tests-cli -- wp language plugin update woocommerce`
);
} );

test.afterAll( async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ test.describe( 'Shopper → Translations', () => {
await cli(
`npm run wp-env run tests-cli -- wp language plugin install woocommerce nl_NL`
);
await cli(
`npm run wp-env run tests-cli -- wp language plugin update woocommerce`
);
} );

test.afterAll( async () => {
Expand Down

0 comments on commit 219bded

Please sign in to comment.