Fix tests

This commit is contained in:
Robin Townsend 2023-06-30 18:45:32 -04:00
commit 9704033dc8
3 changed files with 11 additions and 2 deletions

3
test/mocks/svgr.ts Normal file
View file

@ -0,0 +1,3 @@
// Mock file for SVG imports
export default "SvgrURL";
export const ReactComponent = "div";