mirror of
https://github.com/portainer/portainer.git
synced 2025-08-01 11:55:21 +02:00
3 lines
96 B
TypeScript
3 lines
96 B
TypeScript
import { configure } from '@testing-library/react';
|
|
|
|
configure({ testIdAttribute: 'data-cy' });
|