diff options
Diffstat (limited to '__mocks__/svg.js')
-rw-r--r-- | __mocks__/svg.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/__mocks__/svg.js b/__mocks__/svg.js new file mode 100644 index 00000000000..70674e5a0d0 --- /dev/null +++ b/__mocks__/svg.js @@ -0,0 +1,5 @@ +/** + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +export default '<svg>SvgMock</svg>' |