feat(curriculum): add b1 english outline (#55098)

This commit is contained in:
Tom
2024-06-08 07:44:26 -05:00
committed by GitHub
parent 6fa6808424
commit ff59b0a920
89 changed files with 2123 additions and 10 deletions
@@ -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.