unexpected-sinon
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "unexpected-sinon", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", | ||
@@ -22,3 +22,3 @@ "keywords": [ | ||
}, | ||
"main": "./lib/unexpected.sinon.js", | ||
"main": "./lib/unexpected-sinon.js", | ||
"dependencies": { | ||
@@ -25,0 +25,0 @@ "sinon": "*", |
@@ -54,3 +54,3 @@ # Unexpected-sinon | ||
<script src="unexpected.js"></script> | ||
<script src="unexpected.sinon.js"></script> | ||
<script src="unexpected-sinon.js"></script> | ||
``` | ||
@@ -69,3 +69,3 @@ | ||
```js | ||
define(['unexpected-sinon/lib/unexpected.sinon.js'], funtion (expect) { | ||
define(['unexpected-sinon/lib/unexpected-sinon.js'], funtion (expect) { | ||
// Your code | ||
@@ -72,0 +72,0 @@ }); |
sinon = require('sinon'); | ||
expect = process.env.COVERAGE ? | ||
require('../lib-cov/unexpected.sinon') : | ||
require('../lib/unexpected.sinon'); | ||
require('../lib-cov/unexpected-sinon') : | ||
require('../lib/unexpected-sinon'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet