We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4f656 commit 1e1abbeCopy full SHA for 1e1abbe
test/bootstrap/index.js
@@ -1,7 +1,7 @@
1
import * as originalChai from 'chai';
2
import * as http from 'http';
3
// this import is available from defining `imports` in package.json
4
-import project, { request } from 'chai-http';
+import {default as project, request } from 'chai-http';
5
6
global.http = http;
7
0 commit comments