gobble-mocha

0.1.0 • Public • Published

gobble-mocha

EXPERIMENTAL! Beware; there be dragons!

Installation

npm install --save-dev gobble-mocha

Example

var src = gobble( 'src' );

var unitTests = gobble([
  src.moveTo( 'src' ),
  gobble( 'unit-tests' ).moveTo( 'tests' )
])
  .observe( 'mocha' );

// build the app
var app = src
  .transform( 'rollup', {
    entry: 'app.js',
    format: 'iife'
  });


module.exports = gobble([ unitTests, app ]);

Package Sidebar

Install

npm i gobble-mocha

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • victorystick