README
browserify-testability
Browserify port of Testability.
Still in development.
Testing utility for replacing dependencies with mock versions at test-time, without modifying the original source.
<script type="module">
import browserifyTestability from 'https://cdn.skypack.dev/browserify-testability';
</script>
Browserify port of Testability.
Still in development.