Skip to content

Commit 1e1abbe

Browse files
authored
chore: use same import style as readme (#340)
1 parent 9b4f656 commit 1e1abbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bootstrap/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as originalChai from 'chai';
22
import * as http from 'http';
33
// this import is available from defining `imports` in package.json
4-
import project, { request } from 'chai-http';
4+
import {default as project, request } from 'chai-http';
55

66
global.http = http;
77

0 commit comments

Comments
 (0)