feat(client/curriculum): release new superblocks, certs coming soon (#63574)

Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
Tom
2025-11-12 12:50:49 -06:00
committed by GitHub
parent 4352a5b628
commit 8ec4053a05
25 changed files with 520 additions and 101 deletions
@@ -52,6 +52,8 @@ describe('certificate routes', () => {
isMachineLearningPyCertV7: false,
isCollegeAlgebraPyCertV8: false,
isFoundationalCSharpCertV8: false,
// isJavascriptCertV9: false,
// isRespWebDesignCertV9: false,
username: 'fcc'
}
});
@@ -241,6 +243,8 @@ describe('certificate routes', () => {
isMachineLearningPyCertV7: true,
isCollegeAlgebraPyCertV8: true,
isFoundationalCSharpCertV8: true,
// isJavascriptCertV9: true,
// isRespWebDesignCertV9: true,
isA2EnglishCert: true
}
});