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
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
See this SO issue, now that CRAT is using ts-jest, there seems to be a conflict with @types/jest which can result in a Duplicate identifier 'beforeEach' error in some dev environnement configurations. To remove the compilation error, I had to get rid of @types/jest in package.json
I spent a few hours trynig to figure out this issue, so if this is somehow related to this project, maybe mentionned in the docs (or corrected if possible) ?