Skip to content

Commit 7cd5580

Browse files
authored
Update forcedColorsAdjust.test.js
1 parent 1007922 commit 7cd5580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/plugins/forcedColorsAdjust.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { css, quickPluginTest } from '../util/run'
22

33
quickPluginTest('forcedColorsAdjust').toMatchFormattedCss(css`
44
.forced-colors-auto {
5-
forced-color-adjust: auto;
5+
forced-colors-adjust: auto;
66
}
77
.forced-colors-none {
8-
forced-color-adjust: none;
8+
forced-colors-adjust: none;
99
}
1010
`)

0 commit comments

Comments
 (0)