Skip to content

Commit

Permalink
Fix test for Jasminum changes
Browse files Browse the repository at this point in the history
Jasminum now enforces an undefined return value or resolution from
tests.
  • Loading branch information
kriskowal committed Mar 20, 2014
1 parent ca0a16f commit cfcfd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"jshint": "^2.4.4",
"jasminum": "^0.0.0",
"jasminum": "^0.0.2",
"opener": "^1.3.0",
"promises-aplus-tests": "^1.0.2",
"mr": "^0.15.1",
Expand Down
2 changes: 1 addition & 1 deletion test/queue-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe("queue", function () {
.then(function (value) {
expect(value).toBe(3);
})
]);
]).thenResolve();
});

});
Expand Down

0 comments on commit cfcfd7c

Please sign in to comment.