suman-test-projects
Version:
Smoke testing projects for Suman library
16 lines (11 loc) • 588 B
Markdown
This is a "Build verification testing" project
All subprojects in this project are in one shared git repo.
The remote for this repo is here:
[](https://github.com/sumanjs/suman-test-projects)
This project and its subprojects are designed to test new installations of Suman to make sure
pre-released and released versions pass basic sanity/smoke checks
The `test-all.js` file at the root has its dependencies populated by the
following command in `test-all.sh`:
```
npm install -D oresoftware/suman &&
```