@beautycounter/volume-engine

For uh, volumes, ya know?

Usage no npm install needed!

<script type="module">
  import beautycounterVolumeEngine from 'https://cdn.skypack.dev/@beautycounter/volume-engine';
</script>

README

Beautycounter Volume Engine

For uh, volumes, ya know?

What you need

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.