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
Having path aliases in the tsconfig.json file, like:
// ..."paths": {
"@lib/*": [
"./path/to/lib/*"
],
}
// ...
the "valid-mock-module-path" rule flags a call to `jest.mock("@lib/someModule");`.
I think this is a false positive.