README
double-tap
Pop a exit code in dat processes kill
API
example:
browserify ./sometest.js | double-tap smokestack
Why
After running tests, if your test runner doesn't close this will ensure it goes down and stays down.
Runs a thing till tap is done.
<script type="module">
import doubleTap from 'https://cdn.skypack.dev/double-tap';
</script>
Pop a exit code in dat processes kill
example:
browserify ./sometest.js | double-tap smokestack
After running tests, if your test runner doesn't close this will ensure it goes down and stays down.