You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move error filtering to test file (helps to be more explicit in expected errors)
maybe just checking for declared peerDependencies in package.json is more than enough for asserting peerDependencies have been declared (and npm install without them gives an error)
programmatically extract the peerDependency requirements - might change in the future
better error handling in run_shared_test_cases()
make sure .tmp-installation-tests-folder always gets erased (even if tests get aborted or fails)
When rewire gets updated:
drop fork rensbaardman/rewire requirement
add test for minimal peerDependency requirement
add test for @next peerDependency requirement
The text was updated successfully, but these errors were encountered:
peerDependencies
inpackage.json
is more than enough for asserting peerDependencies have been declared (andnpm install
without them gives an error)run_shared_test_cases()
.tmp-installation-tests
-folder always gets erased (even if tests get aborted or fails)When rewire gets updated:
The text was updated successfully, but these errors were encountered: