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
Problem:"include": ["src"] only — the tests/ directory is not covered by tsc --noEmit (the typecheck script). Type errors in test files won't be caught.
File:tsconfig.json Fix: Change to "include": ["src", "tests"].
Problem:
"include": ["src"]only — thetests/directory is not covered bytsc --noEmit(thetypecheckscript). Type errors in test files won't be caught.File:
tsconfig.jsonFix: Change to
"include": ["src", "tests"].