diff --git a/server/api/user.test.js b/server/api/user.test.js index 9324f40ee..f714eac69 100644 --- a/server/api/user.test.js +++ b/server/api/user.test.js @@ -1,8 +1,6 @@ /* eslint-disable flowtype/require-valid-file-annotation */ import TestServer from 'fetch-test-server'; - import app from '..'; -import { User } from '../models'; import { flushdb, seed } from '../test/support';