diff --git a/test/bootstrap/index.js b/test/bootstrap/index.js index 8c890b6..fb26e17 100644 --- a/test/bootstrap/index.js +++ b/test/bootstrap/index.js @@ -1,7 +1,7 @@ import * as originalChai from 'chai'; import * as http from 'http'; // this import is available from defining `imports` in package.json -import project, { request } from 'chai-http'; +import {default as project, request } from 'chai-http'; global.http = http;