mrWh1te/ngLibrary

IDE false type errors in Jest tests

Opened this issue · 0 comments

When it comes to using pieces of Jest, given the current tsconfig.json, the IDE is assuming the types are coming from Cypress in our unit tests.

We need an additional tsconfig.json to for cypress testing that includes cypress types so the main tsconfig.json can be used for jest testing with jest types

See this: nrwl/nx#892