We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba34f1 commit 517937cCopy full SHA for 517937c
src/containers/views/tests/documentedit.spec.js
@@ -23,6 +23,7 @@ const setup = (props = defaultProps) => {
23
const actions = {
24
fetchDocument: jest.fn(),
25
putDocument: jest.fn(),
26
+ createDocument: jest.fn(),
27
deleteDocument: jest.fn(),
28
updateTitle: jest.fn(),
29
updateBody: jest.fn(),
0 commit comments