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>
This commit is contained in:
Kerry
2022-03-02 12:05:50 +00:00
committed by GitHub
parent 26216ec527
commit 547144a565
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
export const Icon = 'div';
export default "image-file-stub";