freeCodeCamp/client/src/components/Header
Oliver Eyton-Williams 740370eb60
refactor: explicit mocking for analytics (#41562)
The previous approach did avoid a fair number of jest.mock calls, but
made debugging the tests harder. If you don't know about the mapping
it's unclear why the imported module does not behave as normal.

By forcing the use of jest.mock it means that the answer to that
question is in the test you are working on.
2021-03-29 16:48:58 -07:00
..
components fix(api, client): update Gatsby, webpack & related things (#41452) 2021-03-25 12:13:43 -07:00
header.css feat: universal navbar (#36744) 2019-09-19 22:15:01 +05:30
Header.test.js refactor: explicit mocking for analytics (#41562) 2021-03-29 16:48:58 -07:00
index.js fix: show profile link when user signed in on landing page (#39983) 2020-10-22 03:50:22 +05:30
stripeIframesFix.js fix: remove unnecessary stripe iframes (#37428) 2019-10-23 15:25:04 +05:30