babel-tap
Like babel-node
but for tap
.
So you can turn this:
babel-node node_modules/.bin/tap 'test/**/*.js'
Into this:
babel-tap 'test/**/*.js'
Usage
; ;
The CLI command has the exact same arguments tap
has
and the export has the exact same interface as tap
.