babel-blue-tap
v2.0.0
Published
tap with babel and promise support
Downloads
7
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'), '{}');
});