Skip to content

Commit

Permalink
fix keymirror bug. closes facebook#96
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherwebdev committed Nov 9, 2014
1 parent ec4e205 commit 3d0fd27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/flux-todomvc/js/constants/TodoConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* TodoConstants
*/

var keyMirror = require('keyMirror');
var keyMirror = require('keymirror');

module.exports = keyMirror({
TODO_CREATE: null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

jest.dontMock('../../constants/TodoConstants');
jest.dontMock('../TodoStore');
jest.dontMock('keyMirror');
jest.dontMock('object-assign');

describe('TodoStore', function() {
Expand Down

0 comments on commit 3d0fd27

Please sign in to comment.