Skip to content

Commit ed08ded

Browse files
committed
Fix linting
1 parent 6143582 commit ed08ded

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.test-d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
import { expectType, expectAssignable, expectNotAssignable } from 'tsd'
2+
13
import errorHttpResponse, {
24
type Options,
35
type HttpResponse,
46
} from 'error-http-response'
5-
import { expectType, expectAssignable, expectNotAssignable } from 'tsd'
67

78
const error = new Error('')
89
const httpResponse = errorHttpResponse(error)

0 commit comments

Comments
 (0)