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
anthony-telljohann
changed the title
ts-jest@26.4.1 cannot find namespace of interfaces
ts-jest@26.4.2 cannot find namespace of interfaces
Oct 26, 2020
💥 Regression Report
Before
ts-jest@26.4.2
, I was able to use namespaces for interfaces. Now withts-jest@26.4.1
, my unit tests throw:error TS2503: Cannot find namespace 'Foo'.
Last working version
Worked up to version:
26.4.1
Stopped working in version:
26.4.2
To Reproduce
Steps to reproduce the behavior:
Create a namespace for interfaces
Use namespace in source code
Unit test source code
Expected behavior
Errors should not be thrown.
Link to repo (highly encouraged)
Debug log:
envinfo
The text was updated successfully, but these errors were encountered: