Skip to content

Commit

Permalink
Update unexpected to 9.11.1 and set expect.output.prefferedWidth in t…
Browse files Browse the repository at this point in the history
…he test.
  • Loading branch information
papandreou committed Sep 14, 2015
1 parent 4fcba2e commit 2564d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jshint": "2.6.3",
"mocha": "2.3.0",
"proxyquire": "1.5.0",
"unexpected": "9.9.0",
"unexpected": "9.11.1",
"unexpected-documentation-site-generator": "2.9.2"
},
"files": [
Expand Down
2 changes: 2 additions & 0 deletions test/unexpectedResemble.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ describe('unexpected-resemble', function () {
var expect = unexpected.clone()
.installPlugin(require('../lib/unexpectedResemble'));

expect.output.preferredWidth = 120;

var peopleJpgPath = pathModule.resolve(__dirname, '..', 'testdata', 'People.jpg'),
people2JpgPath = pathModule.resolve(__dirname, '..', 'testdata', 'People2.jpg');

Expand Down

0 comments on commit 2564d2e

Please sign in to comment.