illuminati

0.0.6 • Public • Published

Illuminati

Illuminati is a test runner for mocha tests in node or phantom

Installation

npm install --save-dev illuminati

Usage

Using illuminati as test runner is super simple. The only thing you need to add to your package.json is the illuminati command in the scripts.test property:

{
  "scripts": {
    "test": "illuminati"
  }
}

If you wish to run the tests in phantomjs instead you can simply append the --phantom flag and it will do it's thing.

{
  "scripts": {
    "test": "illuminati --phantom"
  }
}

And that is it. Super simple, but highly opinionated testing.

License

MIT

Dependencies (15)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i illuminati

    Weekly Downloads

    3

    Version

    0.0.6

    License

    MIT

    Last publish

    Collaborators

    • jcrugzz
    • swaagie
    • v1
    • 3rdeden
    • indexzero