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

7 lines
104 B
TypeScript
Raw Normal View History

2022-03-12 00:46:11 +01:00
if (process.env.REACT_APP_TESTING)
import('./index-tests');
else
import('./index-app');
export {};