mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: audit the non-audited superblocks (#51431)
This commit is contained in:
@@ -82,7 +82,7 @@ describe('firstNotAuditedSuperBlock', () => {
|
||||
showNewCurriculum: false,
|
||||
showUpcomingChanges: false
|
||||
});
|
||||
expect(result).toEqual(SuperBlocks.CollegeAlgebraPy);
|
||||
expect(result).toEqual(SuperBlocks.FoundationalCSharp);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@@ -104,7 +104,6 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
|
||||
SuperBlocks.UpcomingPython
|
||||
],
|
||||
[Languages.Chinese]: [
|
||||
SuperBlocks.CollegeAlgebraPy,
|
||||
SuperBlocks.FoundationalCSharp,
|
||||
SuperBlocks.CodingInterviewPrep,
|
||||
SuperBlocks.ProjectEuler,
|
||||
@@ -113,7 +112,6 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
|
||||
SuperBlocks.UpcomingPython
|
||||
],
|
||||
[Languages.ChineseTraditional]: [
|
||||
SuperBlocks.CollegeAlgebraPy,
|
||||
SuperBlocks.FoundationalCSharp,
|
||||
SuperBlocks.CodingInterviewPrep,
|
||||
SuperBlocks.ProjectEuler,
|
||||
@@ -128,12 +126,10 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
|
||||
SuperBlocks.UpcomingPython
|
||||
],
|
||||
[Languages.Portuguese]: [
|
||||
SuperBlocks.FoundationalCSharp,
|
||||
SuperBlocks.JsAlgoDataStructNew,
|
||||
SuperBlocks.UpcomingPython
|
||||
],
|
||||
[Languages.Ukrainian]: [
|
||||
SuperBlocks.FoundationalCSharp,
|
||||
SuperBlocks.CodingInterviewPrep,
|
||||
SuperBlocks.ProjectEuler,
|
||||
SuperBlocks.JsAlgoDataStructNew,
|
||||
@@ -149,11 +145,8 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
|
||||
],
|
||||
[Languages.German]: [
|
||||
SuperBlocks.RespWebDesignNew,
|
||||
SuperBlocks.DataVis,
|
||||
SuperBlocks.RelationalDb,
|
||||
SuperBlocks.BackEndDevApis,
|
||||
SuperBlocks.QualityAssurance,
|
||||
SuperBlocks.SciCompPy,
|
||||
SuperBlocks.DataAnalysisPy,
|
||||
SuperBlocks.InfoSec,
|
||||
SuperBlocks.MachineLearningPy,
|
||||
|
||||
Reference in New Issue
Block a user