README
node_testing
I'm currently working on a small playground env you can use to isolate and test a function away from the main code base. It will be a quick boilerplate to help you get up and testing quickly!
A basic testing suite thats ready right out of the box
<script type="module">
import noderChecker from 'https://cdn.skypack.dev/noder-checker';
</script>
I'm currently working on a small playground env you can use to isolate and test a function away from the main code base. It will be a quick boilerplate to help you get up and testing quickly!