Skip to content

Commit

Permalink
Fix import in TS test
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Nov 10, 2023
1 parent 6e763cd commit cd66366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import http from 'node:http';
import https from 'node:https';
import {expectType, expectAssignable} from 'tsd';
import QuickLRU from 'quick-lru';
import http2 from '.';
import http2 from './index.js';

expectType<http2.Agent>(http2.globalAgent);
expectType<typeof http.ClientRequest>(http2.ClientRequest);
Expand Down

0 comments on commit cd66366

Please sign in to comment.