formula-one icon indicating copy to clipboard operation
formula-one copied to clipboard

Add type tests for known type errors

Open dmnd opened this issue 6 years ago • 1 comments

To make sure our typing is working, we could (a) brainstorm what kind of type errors we want to prevent then (b) ensure that all of these potential errors have an $ExpectError test that asserts we detect that type error.

The list (a) will also be useful for #22.

dmnd avatar Jul 29 '19 23:07 dmnd

Also, set up infra for Typescript type tests using dtslint.

zgotsch avatar Jul 30 '19 20:07 zgotsch