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
fix(e2e-tests): make version test independent of package.json files (#2343)
`--version`, `version()` and `--build-info` all source their version
information differently. It should be sufficient to include a test to
verify that they all match, without having to rely on the specific
dependency from the e2e-test package.json file (which is in line with
the general idea that e2e tests should not actually depend on the
specific shell implementation and only test externally visible behavior
of that implementation).
Co-authored-by: Gagik Amaryan <[email protected]>
0 commit comments