Felix Eichhorst
Results
1
comments of
Felix Eichhorst
The suggested solutions with tsconfig-paths do not work for me. ``` TS_NODE_PROJECT=tsconfig.test.json node -r tsconfig-paths/register ./node_modules/testcafe/bin/testcafe-with-v8-flag-filter.js --app "http-server -a localhost -p 5000 --proxy 'http://localhost:5000?' dist" --live ``` I am having...