Commit Graph

19 Commits

Author SHA1 Message Date
Sidhartha Amperayani
6faca2af88 fix(curriculum): typos (#55296) 2024-06-24 06:12:48 +02:00
Jiantao
25eeb14e8b fix(curriculum): allow additional whitespace in tests (#54655) 2024-05-06 14:20:42 +07:00
Supravisor
1717701e47 fix(curriculum): update tests for step 28 of Authors page (#54370) 2024-04-12 07:59:39 -07:00
Krzysztof G
341b3f9e08 fix(curriculum): consistent space checking around semicolon (#53722) 2024-02-25 01:56:46 +06:00
Shiva Sai Krishna Gadeela
a1451d8678 fix(curriculum): test for step 19 of authors project (#53763)
Co-authored-by: Shiva Sai Krishna Gadeela <shivasaikrishnagadeela@Sonus-MacBook-Air.local>
2024-02-16 15:36:58 +01:00
Krzysztof G
1f41d48cc8 fix(curriculum): consistent space checking around comma (#53658) 2024-02-12 07:50:16 -08:00
Sushil Gupta
a36234acb4 fix(curriculum): Update tests to accept multiple valid solutions for step 27 of fcc authors project (#53178)
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2024-02-04 12:51:38 +06:00
Krzysztof G
c8311eb506 fix(curriculum): spaces inside parenthesis (#53480) 2024-02-02 11:26:21 +01:00
Krzysztof G
1e32d4390a fix(curriculum): consistent space checking around square brackets (#53244) 2024-01-29 11:48:19 +01:00
Krzysztof G
e958e0fb5a fix(curriculum): change any character to literal dot (#53246) 2024-01-18 19:29:33 -06:00
Krzysztof G
7fc7fb711e fix(curriculum): require space in variable declaration (#53084) 2024-01-17 12:09:25 +07:00
Krzysztof G
a6e8d8e4a3 fix(curriculum): arrow function checking consistency (#53067)
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
2024-01-11 23:32:26 +06:00
Krzysztof G
0fbd4a61e8 fix(curriculum): malformed backticks (#52745)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2023-12-27 14:51:38 -08:00
Krzysztof G
db751b9fe0 fix(curriculum): consistency of using 'argument' and 'parameter' (#52777)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2023-12-27 14:12:42 -08:00
Krzysztof G
c2ad6396d6 fix(curriculum): slice range (#52712) 2023-12-22 21:15:38 +07:00
Oliver Eyton-Williams
11590de34c fix: retry async test (#52534) 2023-12-19 16:25:57 -08:00
DanielRosa74
45db398f89 fix(curriculum): proposed fix for some issues found in source files (#50539) 2023-05-28 10:21:35 +03:00
Dario-DC
4a5c5c3cac chore(curriculum): fixed inaccuracies and added code tags in fcc author page new JS project (#50247)
fixed typos and added code tags
2023-05-02 10:26:55 -07:00
Kolade Chris
81a84f8aaf feat(curriculum): Add fCC Authors Page Project to JS Cert (#49826)
* feat(curriculum): Add fCC Authors Page Project to JS Cert

* Added intro.json, index.md, and meta.json files

* feat: wrote tests for the first twelve steps, also corrected step 11 test

* finished writing tests

* chore: cross-checked tests and fixed broken ones

* chore: fixed a merge conflict

* chore: fixed more merge conflicts

* chore: implemented Kris's suggestions

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>

* chore: implemented Naomi's suggestions

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

* combined steps eleven and twelve

* chore: implemented more suggestions from Naomi

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

* chore: removed the intro json extra comma

* chore: debugging failed CI

* chore: debugging failed CI from step 6

* fix: still debugging CI issues

* ci: checking why CI failed

* ci: debugging CI failure in step 12

* chore: implemented Naomi's suggestions to make CI pass

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

* ci: debugging CI failure in step 12

* feat: Tested for semi-colons in steps that don't allow it

* ci: debuggin step 17 CI failure

* chore: implemented Jessica's suggestions

Co-authored-by: Jessica Wilkins  <67210629+jdwilkin4@users.noreply.github.com>

* feat: rewrote tests for step 22

* fix: fixed small issues like typos and wrapping backticks around some words

* fix: rewrote tests for step 5 to follow Sem's recommendation

* fix: rewrote tests for step 28 to not be strict with backticks

* fix: fixed intro json file error

---------

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Jessica Wilkins  <67210629+jdwilkin4@users.noreply.github.com>
2023-04-26 15:32:29 +02:00