-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename
forced-colors-adjust
-> forced-color-adjust
Dropped the `s` in `colors`.
- Loading branch information
1 parent
e26825a
commit 6c94c6d
Showing
5 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
tests/plugins/__snapshots__/forcedColorAdjust.test.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`should test the 'forcedColorAdjust' plugin 1`] = ` | ||
" | ||
.forced-color-auto { | ||
forced-color-adjust: auto; | ||
} | ||
.forced-color-none { | ||
forced-color-adjust: none; | ||
} | ||
" | ||
`; |
13 changes: 0 additions & 13 deletions
13
tests/plugins/__snapshots__/forcedColorsAdjust.test.js.snap
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import { quickPluginTest } from '../util/run' | ||
|
||
quickPluginTest('forcedColorAdjust').toMatchSnapshot() |
This file was deleted.
Oops, something went wrong.