This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Description
|
averagePoint: number // Float |
|
averagePoint: number // Float |
|
// hack: this case works fine on 'yarn demo' and manual E2E test |
|
// it('return 201 status code with vaild form', done => |
|
// request(app) |
|
// .post('/fetch') |
|
// .type('form') |
|
// .send(form) |
|
// .set('Authorization', token) |
|
// .expect(201, done)) |
|
}) |