Skip to content
Snippets Groups Projects
Commit 278b57d2 authored by Sebastian's avatar Sebastian
Browse files

fix(component-invite): remove unused requires

parent beb8a8e9
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,8 @@ process.env.SUPPRESS_NO_CONFIG_WARNING = true
const httpMocks = require('node-mocks-http')
const fixtures = require('./fixtures/fixtures')
const cloneDeep = require('lodash/cloneDeep')
const Model = require('./helpers/Model')
const Chance = require('chance')
const chance = new Chance()
const models = Model.build()
jest.mock('pubsweet-component-mail-service', () => ({
setupAssignEmail: jest.fn(),
......
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