Skip to content

Commit 83f55db

Browse files
committed
Fix a bug in test case
1 parent e4eaa81 commit 83f55db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { Request, Response } from './expressBuilkExport';
1+
import { Request, Response } from './expressBulkExport';
22

3-
function t1(req: Request) { // $ MISSING: hasUnderlyingType='express'.Request
3+
function t1(req: Request) { // $ hasUnderlyingType='express'.Request
44
}
55

6-
function t2(res: Response) { // $ MISSING: hasUnderlyingType='express'.Response
6+
function t2(res: Response) { // $ hasUnderlyingType='express'.Response
77
}

0 commit comments

Comments
 (0)