README
tests.js
Console test runner - writes to stdin, reads stdout. For example:
wc
<<<
one two three
>>>
1 3 14
Console test runner - writes to stdin, reads stdout
<script type="module">
import tests from 'https://cdn.skypack.dev/tests';
</script>
Console test runner - writes to stdin, reads stdout. For example:
wc
<<<
one two three
>>>
1 3 14