mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: add exam environment (#50356)
* feat: add exam environment * fix: cypress * fix: lint-ts * fix: lint-js * fix: codefactor * fix: don't translate comments from new JS spreadsheet * fix: more tests * fix: challenge schema * fix: external curriculum test? * fix: add more comments
This commit is contained in:
@@ -87,7 +87,8 @@ if (envData.clientLocale == 'english' && !envData.showUpcomingChanges) {
|
||||
const isUpcoming = [
|
||||
'2022/javascript-algorithms-and-data-structures',
|
||||
'college-algebra-with-python',
|
||||
'the-odin-project'
|
||||
'the-odin-project',
|
||||
'example-certification'
|
||||
];
|
||||
|
||||
// TODO: this is a hack, we should have a single source of truth for the
|
||||
|
||||
Reference in New Issue
Block a user