Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Spector committed Oct 2, 2024
1 parent 44db5fd commit 25973df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/atomizer/tests/__snapshots__/rules.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10027,15 +10027,15 @@ exports[`Rules word-break 1`] = `
`;

exports[`Rules word-wrap 1`] = `
".Wow\\(bw\\) {
".Wow\\(a\\) {
word-wrap: anywhere;
}
.Wow\\(bw\\) {
word-wrap: break-word;
}
.Wow\\(n\\) {
word-wrap: normal;
}
.Wow\\(a\\) {
word-wrap: anywhere;
}
"
`;

Expand Down

0 comments on commit 25973df

Please sign in to comment.