Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 16, 2024
1 parent 88fb302 commit cb77d70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions types/index.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { IncomingMessage } from 'node:http'
import { expectError, expectType } from 'tsd'
import { forwarded } from '..'
import forwardedESM from '..'
import forwardedESM, { forwarded } from '..'
import * as forwardedVarImport from '..'

expectType<string[]>(forwardedESM({} as IncomingMessage))
Expand Down

0 comments on commit cb77d70

Please sign in to comment.