chore(curriculum): fix + test curriculum order (#44366)
* 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>
This commit is contained in:
committed by
GitHub
parent
e18ccef2f2
commit
8372623f69
@ -2,7 +2,7 @@
|
||||
"name": "React and Redux",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "react-and-redux",
|
||||
"order": 7,
|
||||
"order": 5,
|
||||
"time": "5 hours",
|
||||
"template": "<body><div id='root'></div>${ source || '' }</body>",
|
||||
"required": [
|
||||
@ -20,7 +20,7 @@
|
||||
}
|
||||
],
|
||||
"superBlock": "front-end-development-libraries",
|
||||
"superOrder": 3,
|
||||
"superOrder": 2,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"5a24c314108439a4d4036141",
|
||||
|
Reference in New Issue
Block a user