README
cooking-test-command
Install
cooking import test -c
Usage
cooking test [options]
karma
# init karma config
cooking test karma init
# run karma
cooking test karma start
test mode
<script type="module">
import cookingTestCommand from 'https://cdn.skypack.dev/cooking-test-command';
</script>
cooking import test -c
cooking test [options]
# init karma config
cooking test karma init
# run karma
cooking test karma start