hoodie-plugin-test

1.0.0 • Public • Published

Hoodie Test Plugin

The simplest hoodie plugin. Good for playing with tasks

Usage

// start a task that will succeed
hoodie.test({foo: 'bar'}).done(function() { alert('works'); })
// start a task that will fail (add `fail` property)
hoodie.test({foo: 'bar', fail: true}).fail(function() { alert('works'); })

/hoodie-plugin-test/

    Package Sidebar

    Install

    npm i hoodie-plugin-test

    Weekly Downloads

    2

    Version

    1.0.0

    License

    none

    Last publish

    Collaborators

    • gr2m