Skip to content

Commit

Permalink
jekyll#333 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rthrfrd committed Sep 27, 2017
1 parent 6ba34f1 commit 517937c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/views/tests/documentedit.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const setup = (props = defaultProps) => {
const actions = {
fetchDocument: jest.fn(),
putDocument: jest.fn(),
createDocument: jest.fn(),
deleteDocument: jest.fn(),
updateTitle: jest.fn(),
updateBody: jest.fn(),
Expand Down

0 comments on commit 517937c

Please sign in to comment.