diff --git a/.wp-env.json b/.wp-env.json index e2cc81f..c076952 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -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"} \ No newline at end of file diff --git a/tests/bin/set-wp-config.js b/tests/bin/set-wp-config.js old mode 100644 new mode 100755 index aeefb0b..d30f0e8 --- a/tests/bin/set-wp-config.js +++ b/tests/bin/set-wp-config.js @@ -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 = {};