0.0.3 • Published 8 years ago

steal-jasmine v0.0.3

Weekly downloads
10
License
MIT
Repository
github
Last release
8 years ago

steal-jasmine

Provides an easy way to run Jasmine tests using StealJS.

Install

Install with npm:

npm install steal-jasmine --save-dev

Use

Add the Steal tag to your page:

<script src="node_modules/steal/steal.js"
  data-main="test/test"></script>

Then import steal-jasmine in yourtest/test.js file and write your tests:

import jasmineRequire from "steal-jasmine";

//Tests!
import foo from "bar";

it("A test", function(){
	expect(foo).toBe(true);
});

##License

MIT

0.0.3

8 years ago

0.0.2

9 years ago

0.0.1

9 years ago