Skip to content

Does not catch any type #82

@fregante

Description

@fregante

Similarly to #78, expectType doesn't seem to catch… any

All of this passes:

import {expectType} from 'tsd';
expectType<false>('' as any);
expectNotType<false>('' as any);
expectNotType<any>('' as any);
{
	"tsd": "^0.13.1",
	"typescript": "^4.0.3"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions