mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): add b1 english outline (#55098)
This commit is contained in:
@@ -84,7 +84,11 @@ describe('external curriculum data build', () => {
|
||||
({ dashedName }) => dashedName
|
||||
);
|
||||
|
||||
const isUpcoming = ['upcoming-python', 'example-certification'];
|
||||
const isUpcoming = [
|
||||
'b1-english-for-developers',
|
||||
'upcoming-python',
|
||||
'example-certification'
|
||||
];
|
||||
|
||||
// TODO: this is a hack, we should have a single source of truth for the
|
||||
// list of superblocks that are available.
|
||||
|
||||
Reference in New Issue
Block a user