2.0.0 • Published 5 years ago

steal-qunit v2.0.0

Weekly downloads
440
License
MIT
Repository
github
Last release
5 years ago

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"
			]
		}
	}
});
2.0.0

5 years ago

1.0.2

6 years ago

1.1.0-beta.1

7 years ago

1.1.0-beta.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

1.0.0-rc.1

7 years ago

1.0.0-rc.0

7 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago