bareuvu

Automated testing structure; inspired by uvu and baretest modules

Usage no npm install needed!

<script type="module">
  import bareuvu from 'https://cdn.skypack.dev/bareuvu';
</script>

README

bareuvu

Inspired by uvu and baretest

  • ./code/bareuvu.mjs was inspired by baretest minimal testing structure.
  • ./code/assert.mjs was copied from uvu/assert of uvu for small assert testing that works on both the browser and the server.