Skip to content

Commit

Permalink
Update forcedColorsAdjust.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Aug 30, 2023
1 parent 1007922 commit 7cd5580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/plugins/forcedColorsAdjust.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { css, quickPluginTest } from '../util/run'

quickPluginTest('forcedColorsAdjust').toMatchFormattedCss(css`
.forced-colors-auto {
forced-color-adjust: auto;
forced-colors-adjust: auto;
}
.forced-colors-none {
forced-color-adjust: none;
forced-colors-adjust: none;
}
`)

0 comments on commit 7cd5580

Please sign in to comment.