-
Notifications
You must be signed in to change notification settings - Fork 492
Fix/improve end to end tests #326
base: master
Are you sure you want to change the base?
Conversation
@DorianGrey the e2e tests are passing, even if I emptied the |
I already mentioned in the other PR that the The template is located here: https://github.com/wmonk/create-react-app-typescript/tree/master/packages/react-scripts/fixtures/kitchensink |
Yup, it is using a different template for the application files, but it seems to be that it is still using the
and here's the list of packages published on verdaccio: if I check the package.json of the created app we can also see that it is mentioning
|
Yes - in the other PR, you already pointed out that the |
So, this fix the test we should force the kitchensink to use |
This PR will provide better e2e tests (so to actually check if TypeScript files are being loaded) and should also fix the failure with #270