Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Oct 17, 2024
1 parent ff8602f commit 523068e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/generator/__tests__/generate-reset.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ describe('generate reset', () => {
outline: auto;
}
[hidden] {
[hidden]:where(:not([hidden='until-found'])) {
display: none !important;
}
}"
Expand Down Expand Up @@ -325,7 +325,7 @@ describe('generate reset', () => {
outline: auto;
}
.pd-reset [hidden] {
.pd-reset [hidden]:where(:not([hidden='until-found'])) {
display: none !important;
}
Expand Down Expand Up @@ -517,7 +517,7 @@ describe('generate reset', () => {
outline: auto;
}
[hidden].pd-reset {
[hidden]:where(:not([hidden='until-found'])).pd-reset {
display: none !important;
}
}"
Expand Down

0 comments on commit 523068e

Please sign in to comment.