playwright/tests/components/ct-react/src/index.tsx
2022-03-25 23:09:02 -07:00

7 lines
104 B
TypeScript

if (process.env.REACT_APP_TESTING)
import('./index-tests');
else
import('./index-app');
export {};