babel-blue-tap
v2.0.0
Published
tap with babel and promise support
Readme
Babel Blue Tap
Like blue-tape for tap but also brings in babel support.
Usage
import {testAsync} from 'babel-blue-tap';
testAsync('my test', async t => {
t.equal(await fs.readFileAsync('package.json', 'utf8'), '{}');
});