This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
riot-web
mirror of
https://github.com/vector-im/riot-web
Watch
1
Star
0
Fork
You've already forked riot-web
0
Code
Issues
Releases
Wiki
Activity
195337d865
riot-web
/
__mocks__
/
svg.js
3 lines
61 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Apply prettier formatting
2022-12-12 12:24:14 +01:00
export
const
Icon
=
"div"
;
Jest mock for svgr icons (#7941) * add svg mock Signed-off-by: Kerry Archibald <kerrya@element.io> * use same mock string as imageMock Signed-off-by: Kerry Archibald <kerrya@element.io> * newline Signed-off-by: Kerry Archibald <kerrya@element.io>
2022-03-02 13:05:50 +01:00
export
default
"image-file-stub"
;