8000 GitHub - Victorystick/gobble-mocha: Test your code with a Mocha observer for Gobble
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Victorystick/gobble-mocha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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 ]);

About

Test your code with a Mocha observer for Gobble

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0