freeCodeCamp/client/utils
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
..
gatsby refactor: explicit mocking for analytics (#41562) 2021-03-29 16:48:58 -07:00
buildChallenges.js fix(api, client): update Gatsby, webpack & related things (#41452) 2021-03-25 12:13:43 -07:00
challengeTypes.js feat: update Ask for help (#40114) 2020-10-30 14:10:34 -05:00
formatting.js chore: fix typos in spelling (#38100) 2020-02-08 23:59:10 +05:30
index.js refactor: combine slug utils into one module 2019-09-26 22:15:27 +05:30
infoLog.js feat(guide): Import guide in to the client app 2018-10-05 15:58:12 +01:00
readDir.js feat(guide): Import guide in to the client app 2018-10-05 15:58:12 +01:00
regEx.js feat(guide): Import guide in to the client app 2018-10-05 15:58:12 +01:00
stateManagement.js chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +01:00
tags.js feat(i18n, client): migrate meta translations (#40885) 2021-02-03 13:33:52 +05:30
titleify.js chore(deps): upgrade eslint, prettier & related packages 2021-03-11 12:19:42 +05:30