Skip to content

Commit

Permalink
Add test for context covariance
Browse files Browse the repository at this point in the history
Fixes #2253 which no longer seems reproducible.
  • Loading branch information
novemberborn committed Jul 10, 2021
1 parent 8efb9d1 commit 4d8262b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-d/context.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {expectError, expectType} from 'tsd';

import anyTest, {Macro, TestInterface} from '..';
import anyTest, {ExecutionContext, TestInterface} from '..';

interface Context {
foo: string;
Expand Down

0 comments on commit 4d8262b

Please sign in to comment.