Skip to content

Conversation

@JoelEinbinder
Copy link
Contributor

A bunch of our tests purposely call functions with the wrong parameters in order to check that they fail properly. We were casting the parameters to any to avoid typescript complaining. But we actually want typescript to complain, to ensure that our types are working. @ts-expect-error checks that a typescript error occurs on the following line.

@JoelEinbinder JoelEinbinder merged commit 3c69f2a into microsoft:master Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants