Skip to content

Commit c917c3b

Browse files
authored
one last thing
1 parent 9536f8c commit c917c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/types/cypress.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
type IsAny<X> =
77
(<T>() => T extends X ? 1 : 2) extends
8-
(<T>() => 1) ? true : false;
8+
(() => 1) ? true : false;
99

1010
type CypressConfig_Data = typeof import('../../../cypress.config');
1111
type AllTasks_CJS = CypressConfig_Data['CypressTasks'];

0 commit comments

Comments
 (0)