File tree Expand file tree Collapse file tree 1 file changed +22
-32
lines changed
Expand file tree Collapse file tree 1 file changed +22
-32
lines changed Original file line number Diff line number Diff line change 11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
33exports [` Storyshots IKContext OverRidingUrlParameter 1` ] = `
4- <div >
5- <img
6- alt = " "
7- path = " default-image.jpg"
8- src = " https://ik.imagekit.io/utkace/tr:h-300,w-400/default-image.jpg?ik-sdk-version=react-1.0.4"
9- />
10- </div >
4+ <img
5+ alt = " "
6+ path = " default-image.jpg"
7+ src = " https://ik.imagekit.io/utkace/tr:h-300,w-400/default-image.jpg?ik-sdk-version=react-1.0.4"
8+ />
119` ;
1210
1311exports [` Storyshots IKContext imageKitContext 1` ] = `
14- <div >
15- <img
16- alt = " "
17- path = " default-image.jpg"
18- src = " https://ik.imagekit.io/your_imagekit_id/tr:h-300,w-400/default-image.jpg?ik-sdk-version=react-1.0.4"
19- />
20- </div >
12+ <img
13+ alt = " "
14+ path = " default-image.jpg"
15+ src = " https://ik.imagekit.io/your_imagekit_id/tr:h-300,w-400/default-image.jpg?ik-sdk-version=react-1.0.4"
16+ />
2117` ;
2218
2319exports [` Storyshots IKContext imagePublicKeyFail 1` ] = `
@@ -27,30 +23,24 @@ exports[`Storyshots IKContext imagePublicKeyFail 1`] = `
2723` ;
2824
2925exports [` Storyshots IKUpload imageKitUploadwithAllTheProps 1` ] = `
30- <div >
31- <input
32- onChange = { [Function ]}
33- type = " file"
34- />
35- </div >
26+ <input
27+ onChange = { [Function ]}
28+ type = " file"
29+ />
3630` ;
3731
3832exports [` Storyshots IKUpload imageKitUploadwithAuthentication 1` ] = `
39- <div >
40- <input
41- onChange = { [Function ]}
42- type = " file"
43- />
44- </div >
33+ <input
34+ onChange = { [Function ]}
35+ type = " file"
36+ />
4537` ;
4638
4739exports [` Storyshots IKUpload imageKitUploadwithoutAuthentication 1` ] = `
48- <div >
49- <input
50- onChange = { [Function ]}
51- type = " file"
52- />
53- </div >
40+ <input
41+ onChange = { [Function ]}
42+ type = " file"
43+ />
5444` ;
5545
5646exports [` Storyshots Image imageLinkFail 1` ] = `
You can’t perform that action at this time.
0 commit comments