You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an assert in the runner reminding test authors that include and files in a tsconfig in a test are not respected (since a test program is not assembled via tsconfig today), however there's no check for just an exclude (and if you don't want all provided files included, you're meant to use @noImplicitReferences). Tis a simple addition to the existing assertion to make the limitation more obvious.
Code
Expected behavior:
Error at
foo.fromTypings
Actual behavior:
Error at
foo.fromNodeModules
The text was updated successfully, but these errors were encountered: