File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
exports [` imageShadow render 1` ] = `
4
4
<ImageShadow
5
- src = " https://github.com/image-component/react-image-shadow /blob/main/image/red.png ?raw=true"
5
+ src = " https://github.com/image-component/gallery /blob/main/girl/1.jpg ?raw=true"
6
6
>
7
7
<div
8
8
className = " react-image-shadow"
@@ -14,7 +14,7 @@ exports[`imageShadow render 1`] = `
14
14
>
15
15
<img
16
16
className = " react-image-shadow-img"
17
- src = " https://github.com/image-component/react-image-shadow /blob/main/image/red.png ?raw=true"
17
+ src = " https://github.com/image-component/gallery /blob/main/girl/1.jpg ?raw=true"
18
18
style = {
19
19
Object {
20
20
" borderRadius" : " 8px" ,
@@ -26,7 +26,7 @@ exports[`imageShadow render 1`] = `
26
26
className = " react-image-shadow-card"
27
27
style = {
28
28
Object {
29
- " backgroundImage" : " url(https://github.com/image-component/react-image-shadow /blob/main/image/red.png ?raw=true)" ,
29
+ " backgroundImage" : " url(https://github.com/image-component/gallery /blob/main/girl/1.jpg ?raw=true)" ,
30
30
" borderRadius" : " 8px" ,
31
31
" filter" : " blur(20px)" ,
32
32
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import ImageShadow from '../src';
6
6
7
7
describe ( 'imageShadow' , ( ) => {
8
8
const testSrc =
9
- 'https://github.com/image-component/react-image-shadow /blob/main/image/red.png ?raw=true' ;
9
+ 'https://github.com/image-component/gallery /blob/main/girl/1.jpg ?raw=true' ;
10
10
11
11
it ( 'render' , ( ) => {
12
12
let wrapper ;
You can’t perform that action at this time.
0 commit comments