mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
chore(tests): clean tests output [EE-5758] (#9215)
This commit is contained in:
parent
2953848b9a
commit
531f88b947
11 changed files with 25 additions and 11 deletions
8
app/__mocks__/svg.tsx
Normal file
8
app/__mocks__/svg.tsx
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { forwardRef } from 'react';
|
||||
|
||||
const SvgrMock = forwardRef<HTMLSpanElement>((props, ref) => (
|
||||
// eslint-disable-next-line react/jsx-props-no-spreading
|
||||
<span ref={ref} {...props} />
|
||||
));
|
||||
|
||||
export default SvgrMock;
|
Loading…
Add table
Add a link
Reference in a new issue