Skip to content

Commit

Permalink
Merge pull request facebook#88 from jim-y/patch-2
Browse files Browse the repository at this point in the history
Replacing global declarations
  • Loading branch information
fisherwebdev committed Nov 4, 2014
2 parents 0f5a74c + 654c4c1 commit f972de1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/flux-todomvc/js/stores/__tests__/TodoStore-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jest.dontMock('react/lib/merge');
describe('TodoStore', function() {

var TodoConstants = require('../../constants/TodoConstants');
var AppDispatcher;
var TodoStore;
var callback;

// mock actions inside dispatch payloads
var actionTodoCreate = {
Expand Down

0 comments on commit f972de1

Please sign in to comment.