Files
portainer/app/setup-tests/setup-rtl.ts
T

8 lines
141 B
TypeScript

import { cleanup, configure } from '@testing-library/react';
configure({ testIdAttribute: 'data-cy' });
afterEach(() => {
cleanup();
});