@sepalang/testpad

Interactive test cli

Usage no npm install needed!

<script type="module">
  import sepalangTestpad from 'https://cdn.skypack.dev/@sepalang/testpad';
</script>

README

CircleCI Greenkeeper badge

testpad

Interactive test cli

Test

spec.js 나 test.js로 파일 이름이 끝나는 파일을 jest를 이용하여 테스트합니다.

testpad sample/src

### Multi path

testpad 'test/multi/one test/multi/two'

or

testpad 'test/multi/one, test/multi/two'



#verbose
testpad sample/src --verbose

open coverage report in browser

testpad sample/src --open