Skip to content

Commit

Permalink
Merge pull request #25 from tomocchino/patch-2
Browse files Browse the repository at this point in the history
Fix typo in displayUser-test.js
  • Loading branch information
Jeff Morrison authored and Jeff Morrison committed May 16, 2014
2 parents 5ec6ed0 + 686bbaf commit 304324a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/jquery/__tests__/displayUser-test.js
Expand Up @@ -15,8 +15,8 @@ describe('displayUser', function() {
var $ = require('jquery');
var fetchCurrentUser = require('../fetchCurrentUser');

// Tell the fetchCurrentUser mock function to automatically it's
// callback with some data
// Tell the fetchCurrentUser mock function to automatically invoke
// its callback with some data
fetchCurrentUser.mockImplementation(function(cb) {
cb({
loggedIn: true,
Expand Down

0 comments on commit 304324a

Please sign in to comment.