Skip to content

Commit

Permalink
Merge ab5fea5 into 68cbc44
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Jan 7, 2019
2 parents 68cbc44 + ab5fea5 commit 4dc2206
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,6 +38,6 @@
"eslint-config-onelint": "^4.0.0",
"mocha": "^5.1.1",
"nyc": "^13.0.1",
"unexpected": "^10.37.5"
"unexpected": "^11.0.0"
}
}
6 changes: 3 additions & 3 deletions test/unexpected-magicpen.spec.js
@@ -1,6 +1,6 @@
var expect = require('unexpected');

expect.use(require('../lib/unexpected-magicpen'));
var expect = require('unexpected')
.clone()
.use(require('../lib/unexpected-magicpen'));

expect.addAssertion('<any> to inspect as <string>', function (expect, subject, value) {
expect(expect.inspect(subject).toString(), 'to equal', value);
Expand Down

0 comments on commit 4dc2206

Please sign in to comment.