This commit is contained in:
Tom Moor
2018-06-01 15:23:33 -04:00
parent 2337b9df7f
commit a99a804ea0

View File

@ -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';