playwright/tests-components/ct-react/src/index-tests.tsx

5 lines
112 B
TypeScript
Raw Normal View History

import register from '@playwright/experimental-ct-react/register';
2022-03-12 00:46:11 +01:00
import App from './App';
register({ App });