Skip to content

Commit 517937c

Browse files
committed
jekyll#333 fix test
1 parent 6ba34f1 commit 517937c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/views/tests/documentedit.spec.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const setup = (props = defaultProps) => {
2323
const actions = {
2424
fetchDocument: jest.fn(),
2525
putDocument: jest.fn(),
26+
createDocument: jest.fn(),
2627
deleteDocument: jest.fn(),
2728
updateTitle: jest.fn(),
2829
updateBody: jest.fn(),

0 commit comments

Comments
 (0)