* chore(tools): test curriculum order * chore: update orders * fix(tests): temporarily ignore cert super The Relational Databases cert being 'upcomingChanges' is breaking the tests. * fix: graphql query here * fix: use only one meta * chore: remove unnecessary superOrders * chore: zero-based indexing * fix: update mock * refactor: remove unused fixture Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
18 lines
432 B
JSON
18 lines
432 B
JSON
{
|
|
"name": "JavaScript Algorithms and Data Structures Certification",
|
|
"isUpcomingChange": false,
|
|
"dashedName": "javascript-algorithms-and-data-structures-certification",
|
|
"order": 1,
|
|
"time": "",
|
|
"template": "",
|
|
"required": [],
|
|
"superBlock": "certifications",
|
|
"challengeOrder": [
|
|
[
|
|
"561abd10cb81ac38a17513bc",
|
|
"JavaScript Algorithms and Data Structures Certification"
|
|
]
|
|
],
|
|
"isPrivate": true
|
|
}
|