Skip to content

Commit

Permalink
Fix "full" import when only the type is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
berniegp committed Nov 24, 2023
1 parent ce29b1b commit 86c121c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MockXhrServer.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MockXhr from './MockXhr';
import type MockXhr from './MockXhr';
import { getBodyByteSize, normalizeHTTPMethodName } from './Utils';

import type MockXhrRequest from './MockXhrRequest';
Expand Down

0 comments on commit 86c121c

Please sign in to comment.