feat(curriculum): add testing review page (#59714)

This commit is contained in:
yoko
2025-04-17 00:28:33 +09:00
committed by GitHub
parent ce7845365c
commit 72f8b3db9a
2 changed files with 202 additions and 2 deletions
+4 -1
View File
@@ -3596,7 +3596,10 @@
},
"review-testing": {
"title": "Testing Review",
"intro": ["Review testing concepts to prepare for the upcoming quiz."]
"intro": [
"Before you take the testing quiz, you should review everything you've learned so far.",
"Open up this page to review all of the concepts taught including unit testing, end-to-end testing, functional testing and more."
]
},
"quiz-testing": {
"title": "Testing Quiz",