| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Does this fix your tests? |
Sorry, something went wrong.
|
Yes, all of them |
Sorry, something went wrong.
|
k let's do it. There was an attempt in #875 but the submitter didn't follow up and I'm not sure how to best solve this. Would you like to take over that PR and figure out a good way to integrate it? |
Sorry, something went wrong.
|
Yes, I was thinking about some more accurate tests, maybe in the template in react-scripts. |
Sorry, something went wrong.
|
I'd rather keep the default template simple and only use those for catching regressions. |
Sorry, something went wrong.
|
Bonus points: have a way to actually assert things in such integration tests. Not just run npm start and npm run build but execute the produced bundle in jsdom so that we can make assertions inside of it. |
Sorry, something went wrong.
|
That's also an option, and we could also address the problem with using npm link with react-scripts (I'll open an issue, but I talked about it here #936) |
Sorry, something went wrong.
|
Conversation about tests continuing in #1187. |
Sorry, something went wrong.
* master: (30 commits) Relax peerDependencies for ESLint preset (react#1191) Update Webpack to fix source map issues (react#1188) Update webpack prod config (react#1181) Chrome 'open tab' reuse an empty tab when possible (react#1165) Use file-loader for svgs (react#1180) Fix Babel issues in tests by applying the right transforms (react#1179) [babel-preset-react-app] Temporary fix missing babel plugins (react#1177) Add Subresource Integrity support (react#1176) Remove path module from webpack config on eject. (react#1175) Don't strip stack traces of evaluated webpack bundles (react#1050) Add deploy to Firebase CDN on template's README (Closes react#374) (react#1143) Update e2e.sh (react#1167) Document what npm build does and pushState (react#933) Fix minor typo/grammar (react#1099) Add "npm run build silently fails" to Troubleshooting (react#1168) Add testURL to jest config (react#1120) Make jsx-no-undef rule an error (react#1159) Update CHANGELOG.md Publish Update changelog for 0.8.1 ...
| Back | FazBrowse Home | New Git URL |
As said in #1156 and #1160 it seems that babel-plugin-transform-regenerator needs some additional plugins to work, and babel-preset-env is unable to detect it.