There is a new script now that can be executed and it will setup the minimal infra.
Older dependency versions were used due to committed package-lock.json files.
When running vrotest, errors were displayed of the type:
[ERROR] npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
[ERROR] npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
Errors related to dependency versions are no longer shown when running vrotest.
An error affected unit test execution in versions after 4.3.0 without causing the build to fail.
An error of the type "Error occurred in unit tests execution:" was shown instead of unit test results.
Unit test results are shown as expected.