Skip to content
Snippets Groups Projects
Commit 374fe75d authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

test(mts): fix tests mock

parent 42e4fe8a
No related branches found
No related tags found
2 merge requests!21Sprint #16 features,!15MTS integration
...@@ -10,6 +10,7 @@ jest.mock('pubsweet-component-mail-service', () => ({ ...@@ -10,6 +10,7 @@ jest.mock('pubsweet-component-mail-service', () => ({
sendNotificationEmail: jest.fn(), sendNotificationEmail: jest.fn(),
sendSimpleEmail: jest.fn(), sendSimpleEmail: jest.fn(),
})) }))
jest.mock('pubsweet-component-mts-package')
const reqBody = {} const reqBody = {}
const path = '../routes/fragments/post' const path = '../routes/fragments/post'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment