Skip to content

Commit

Permalink
update e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Nov 6, 2023
1 parent 03aad10 commit f47dcdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "test-build-project",
"10up-toolkit": {
"useBlockAssets": true,
"entry": {
"admin": "./__fixtures__/assets/js/admin.js",
"frontend": "./__fixtures__/assets/js/frontend.js"
Expand Down
1 change: 1 addition & 0 deletions packages/toolkit/__tests__/build-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "test-build-project",
"10up-toolkit": {
"useBlockAssets": false,
"entry": {
"admin": "./__fixtures__/assets/js/admin.js",
"frontend": "./__fixtures__/assets/js/frontend.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ exports[`postcss transforms accordion.css properly 1`] = `
padding: 10px 0 10px 20px;
position: relative;
text-align: left;
width: 100%
width: 100%;
}
.accordion-header:before {
content: \\"+\\";
Expand All @@ -217,7 +217,7 @@ exports[`postcss transforms accordion.css properly 1`] = `
}
.js .accordion-content {
display: none;
visibility: hidden
visibility: hidden;
}
.js .accordion-content.is-active {
border-bottom: 1px solid #303030;
Expand All @@ -244,7 +244,7 @@ img::before {

exports[`postcss transforms nesting.css properly 1`] = `
"a, b {
color: red
color: red;
}
a c, b c, a d, b d {
color: white;
Expand Down

0 comments on commit f47dcdb

Please sign in to comment.