-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: create desktop snapshot baselines
- Loading branch information
1 parent
1f4aa9d
commit c14c514
Showing
2 changed files
with
5 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export const CHROMATIC_ALL_VIEWPORTS = { viewports: [375] }; | ||
export const CHROMATIC_MOBILE_ONLY = { viewports: [375] }; | ||
export const CHROMATIC_DESKTOP_ONLY = { viewports: [1200] }; |
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