Skip to content

Commit

Permalink
🧪 test(minor): Update tests with schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafredrickson committed Oct 1, 2024
1 parent 4fc6072 commit 4d173b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/sage-with-stylelint/theme.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__generated__": "⚠️ This file is generated. Do not edit.",
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"version": 3,
"settings": {
"color": {
"custom": false,
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/sage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ describe(`examples/sage`, () => {
],
},
},
"version": 2,
"version": 3,
}
`)
})
Expand Down
2 changes: 1 addition & 1 deletion tests/reproductions/issue-2126/theme.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__generated__": "⚠️ This file is generated. Do not edit.",
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"version": 3,
"settings": {
"color": {
"custom": false,
Expand Down

0 comments on commit 4d173b7

Please sign in to comment.