@beautycounter/volume-engine
v0.0.5
Published
For uh, volumes, ya know?
Downloads
6
Keywords
Readme
Beautycounter Volume Engine
For uh, volumes, ya know?
What you need
- Node.js
- Yarn package manager https://yarnpkg.com/lang/en/docs/install/
Running unit tests
To unit test the application simply run the yarn test command which will recursively find test files using Jest.
$ yarn test
- Files with
.js
suffix in__tests__
folders. - Files with
.test.js
suffix. - Files with
.spec.js
suffix.