Skip to content

Commit 4d8262b

Browse files
committed
Add test for context covariance
Fixes #2253 which no longer seems reproducible.
1 parent 8efb9d1 commit 4d8262b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-d/context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {expectError, expectType} from 'tsd';
22

3-
import anyTest, {Macro, TestInterface} from '..';
3+
import anyTest, {ExecutionContext, TestInterface} from '..';
44

55
interface Context {
66
foo: string;

0 commit comments

Comments
 (0)