mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
* fix: handle missing solutions correctly Rather than creating an [[]] the parser now creates [] which isEmpty(). This makes the test suite check the next challenge for a solution. In addition, the logic for testing solutions was fixed. * chore: update snapshots * test: build new superblock in node.js-tests CI * test: allow forward slash in superblock slug * fix: borked tests oops * test: ignore duplicated projects * fix: i did not break these shaun did :) * fix: idIndex is index of id not id Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com> |
||
|---|---|---|
| .. | ||
| __fixtures__ | ||
| challenges | ||
| dictionaries | ||
| schema | ||
| test | ||
| getChallenges.acceptance.test.js | ||
| getChallenges.js | ||
| getChallenges.test.js | ||
| gulpfile.js | ||
| LICENSE.md | ||
| package.json | ||
| utils.js | ||
| utils.test.js | ||