-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEST: Avoid github caching diff images - append hash
- Loading branch information
1 parent
872f323
commit 29f4c65
Showing
9 changed files
with
79 additions
and
22 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
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
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 |
---|---|---|
|
@@ -11,5 +11,6 @@ describe('Button', () => { | |
disabled: [undefined, true], | ||
}, { | ||
size: ['s', 'm', 'l'], | ||
$adaptivity: 'y', | ||
}]); | ||
}); |
4 changes: 2 additions & 2 deletions
4
src/components/Button/__image_snapshots__/button-android-bright_light-1-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
src/components/Button/__image_snapshots__/button-android-space_gray-1-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
src/components/Button/__image_snapshots__/button-ios-bright_light-1-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
src/components/Button/__image_snapshots__/button-ios-space_gray-1-snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
|
@@ -3359,6 +3359,11 @@ chardet@^0.7.0: | |
version "0.7.0" | ||
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" | ||
|
||
[email protected]: | ||
version "0.0.2" | ||
resolved "https://registry.yarnpkg.com/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667" | ||
integrity sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc= | ||
|
||
chokidar@^2.0.4, chokidar@^2.1.8: | ||
version "2.1.8" | ||
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" | ||
|
@@ -3874,6 +3879,11 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.1: | |
shebang-command "^2.0.0" | ||
which "^2.0.1" | ||
|
||
[email protected]: | ||
version "0.0.2" | ||
resolved "https://registry.yarnpkg.com/crypt/-/crypt-0.0.2.tgz#88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b" | ||
integrity sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs= | ||
|
||
crypto-browserify@^3.11.0: | ||
version "3.12.0" | ||
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" | ||
|
@@ -6158,7 +6168,7 @@ is-binary-path@~2.1.0: | |
dependencies: | ||
binary-extensions "^2.0.0" | ||
|
||
is-buffer@^1.1.5: | ||
is-buffer@^1.1.5, is-buffer@~1.1.6: | ||
version "1.1.6" | ||
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" | ||
|
||
|
@@ -7640,6 +7650,15 @@ md5.js@^1.3.4: | |
inherits "^2.0.1" | ||
safe-buffer "^5.1.2" | ||
|
||
md5@^2.3.0: | ||
version "2.3.0" | ||
resolved "https://registry.yarnpkg.com/md5/-/md5-2.3.0.tgz#c3da9a6aae3a30b46b7b0c349b87b110dc3bda4f" | ||
integrity sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g== | ||
dependencies: | ||
charenc "0.0.2" | ||
crypt "0.0.2" | ||
is-buffer "~1.1.6" | ||
|
||
mdast-util-compact@^1.0.0: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/mdast-util-compact/-/mdast-util-compact-1.0.4.tgz#d531bb7667b5123abf20859be086c4d06c894593" | ||
|