Skip to content

Commit

Permalink
chore: use same import style as readme (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j authored Sep 2, 2024
1 parent 9b4f656 commit 1e1abbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bootstrap/index.js
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit 1e1abbe

Please sign in to comment.