Skip to content

Commit

Permalink
update .wp-env.json and tests/bin/set-wp-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sksaju committed Nov 6, 2024
1 parent 0c604dc commit 47271e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
{
"plugins": [
"."
],
"env": {
"tests": {
"mappings": {
"wp-cli.yml": "./tests/bin/wp-cli.yml"
}
}
}
}
{"plugins":["./embed-block-figma"],"env":{"tests":{"mappings":{"wp-cli.yml":"./tests/bin/wp-cli.yml"}}},"core":"WordPress/WordPress#6.4"}
2 changes: 1 addition & 1 deletion tests/bin/set-wp-config.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let config;
if (fs.existsSync(path)) {
config = JSON.parse(fs.readFileSync(path, 'utf-8'));
} else {
config = { plugins: ['.', 'https://downloads.wordpress.org/plugin/classic-editor.zip'] };
config = { plugins: ['.'] };
}

const args = {};
Expand Down

0 comments on commit 47271e2

Please sign in to comment.