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
Running bazel test //... results in the test failing due to jest.mock not mocking out the function (likely due to
import path issues).
Running yarn jest --config jest.config.js works fine.