babel-blue-tap

2.0.0 • Public • Published

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'), '{}');
});

Readme

Keywords

Package Sidebar

Install

npm i babel-blue-tap

Weekly Downloads

1

Version

2.0.0

License

BSD-3-Clause

Last publish

Collaborators

  • jkrems