Skip to content

Commit

Permalink
Remapped test themes directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jun 6, 2022
1 parent 4a1b76e commit b534f82
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"core": "WordPress/WordPress",
"plugins": [ "." ],
"themes": [ "./test/emptytheme", "./test/themes/style-variations" ],
"themes": [ "./test/emptytheme" ],
"env": {
"tests": {
"mappings": {
"wp-content/plugins/gutenberg": ".",
"wp-content/mu-plugins": "./packages/e2e-tests/mu-plugins",
"wp-content/plugins/gutenberg-test-plugins": "./packages/e2e-tests/plugins",
"wp-content/themes/gutenberg-test-themes": "./test/themes"
"wp-content/themes": "./test/gutenberg-test-themes"
}
}
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b534f82

Please sign in to comment.