-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement testing in React 0.14, 15, 16, add wallaby.js, use enzyme #984
Merged
Commits on Jul 25, 2018
-
* enable testing on 4 react versions on travis * enable local testing on 4 versions * enable running wallaby if installed
Configuration menu - View commit details
-
Copy full SHA for a84f1e9 - Browse repository at this point
Copy the full SHA a84f1e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2efb5d - Browse repository at this point
Copy the full SHA a2efb5dView commit details
Commits on Jul 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ab6f165 - Browse repository at this point
Copy the full SHA ab6f165View commit details -
1) by putting all the installs in setupTestEnv into a single npm command, npm --no-save becomes possible. When they are on separate lines, the 2nd npm i removes the previous line's work 2) after test runs, we restore the node_modules to what devDependencies says
Configuration menu - View commit details
-
Copy full SHA for cf436c9 - Browse repository at this point
Copy the full SHA cf436c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c974795 - Browse repository at this point
Copy the full SHA c974795View commit details
Commits on Jul 30, 2018
-
re-work to use subdirectories for testing specific react versions
caveat: collecting coverage does not work yet, we need to combine the lcov reports
Configuration menu - View commit details
-
Copy full SHA for bfd167e - Browse repository at this point
Copy the full SHA bfd167eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85f9a27 - Browse repository at this point
Copy the full SHA 85f9a27View commit details
Commits on Jul 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4aef279 - Browse repository at this point
Copy the full SHA 4aef279View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9173e32 - Browse repository at this point
Copy the full SHA 9173e32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90388aa - Browse repository at this point
Copy the full SHA 90388aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a4fe9d - Browse repository at this point
Copy the full SHA 2a4fe9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35ddbd5 - Browse repository at this point
Copy the full SHA 35ddbd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8249a8 - Browse repository at this point
Copy the full SHA a8249a8View commit details
Commits on Aug 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 283e12e - Browse repository at this point
Copy the full SHA 283e12eView commit details -
simplify test script options in package.json
use the REACT env variable to run tests for a specific version, set it to "all" to run for all supported versions
Configuration menu - View commit details
-
Copy full SHA for 2deaefc - Browse repository at this point
Copy the full SHA 2deaefcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a9c7ff - Browse repository at this point
Copy the full SHA 9a9c7ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44e94f6 - Browse repository at this point
Copy the full SHA 44e94f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e52b97b - Browse repository at this point
Copy the full SHA e52b97bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 232030a - Browse repository at this point
Copy the full SHA 232030aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d0f3c - Browse repository at this point
Copy the full SHA 94d0f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2c62a3 - Browse repository at this point
Copy the full SHA c2c62a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a778a8 - Browse repository at this point
Copy the full SHA 8a778a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c4cd8 - Browse repository at this point
Copy the full SHA 42c4cd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6550a - Browse repository at this point
Copy the full SHA 1a6550aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e38790 - Browse repository at this point
Copy the full SHA 6e38790View commit details
Commits on Aug 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for dfe68f1 - Browse repository at this point
Copy the full SHA dfe68f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc75723 - Browse repository at this point
Copy the full SHA dc75723View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.