steal-qunit

2.0.0 • Public • Published

Build Status npm version

steal-qunit

This provides an npm installable QUnit that fires off all tests when the app has finished loading.

Install

From NPM:

npm install steal-qunit --save-dev

Configuration

If you are using the npm no configuration is needed. Otherwise configure the paths and meta properties:

System.config({
    paths: {
        "steal-qunit/*": "path/to/steal-qunit/*.js",
        "steal-qunit": "path/to/steal-qunit/steal-qunit.js",
        "qunit/qunit/*": "path/to/qunit/qunit/*.js",
        "qunit/qunit/qunit.css": "path/to/qunit/qunit/qunit.css"
    },
    meta: {
        "qunit/qunit/qunit": {
            "format": "global",
            "exports": "QUnit",
            "deps": [
                "steal-qunit/add-dom"
            ]
        }
    }
});

Readme

Keywords

Package Sidebar

Install

npm i steal-qunit

Weekly Downloads

119

Version

2.0.0

License

MIT

Unpacked Size

14.3 kB

Total Files

27

Last publish

Collaborators

  • cherif_b
  • justinbmeyer
  • matthewp