5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
|
|
import register from '@playwright/ct-react/register';
|
||
|
|
import App from './App';
|
||
|
|
|
||
|
|
register({ App });
|