A couple of "sanity check" PRs, we can build on this in the future, along with the corresponding modifications of package.json and package-lock.json.
Updated instructions to install the dependencies and modules: This post explains why we should prefer npm ci over npm install when we have a package-lock.json in the repository
Documentation that covers how one can run the test cases
This PR has the following salient features:
package.json
andpackage-lock.json
.npm ci
overnpm install
when we have apackage-lock.json
in the repository