mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
7 lines
104 B
TypeScript
7 lines
104 B
TypeScript
![]() |
if (process.env.REACT_APP_TESTING)
|
||
|
import('./index-tests');
|
||
|
else
|
||
|
import('./index-app');
|
||
|
|
||
|
export {};
|