added GET /user route
This commit is contained in:
@ -3,7 +3,7 @@ import should from 'should/as-function';
|
||||
import db from '../db';
|
||||
|
||||
|
||||
describe('/', () => {
|
||||
describe('GET /', () => {
|
||||
let server;
|
||||
|
||||
before(done => {
|
||||
|
Reference in New Issue
Block a user