Skip to content

Commit 27238d7

Browse files
YMatsudasourcegraph-bot
authored andcommitted
freeCodeCamp: fix(curriculum): remove incorrect hints from quality assurance projects (#49078)
Commit: f72c5d65281ba45eb8f5c2ecd37a141681c25523
1 parent 31528d9 commit 27238d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

freeCodeCamp/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/american-british-translator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ async (getUserInput) => {
282282
};
283283
```
284284

285-
All 24 unit tests are complete and passing. See `/tests/1_unit-tests.js` for the expected behavior you should write tests for.
285+
All 24 unit tests are complete and passing.
286286

287287
```js
288288
async (getUserInput) => {
@@ -307,7 +307,7 @@ async (getUserInput) => {
307307
};
308308
```
309309

310-
All 6 functional tests are complete and passing. See `/tests/2_functional-tests.js` for the functionality you should write tests for.
310+
All 6 functional tests are complete and passing.
311311

312312
```js
313313
async (getUserInput) => {

freeCodeCamp/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/sudoku-solver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ async (getUserInput) => {
352352
};
353353
```
354354

355-
All 12 unit tests are complete and passing. See `/tests/1_unit-tests.js` for the expected behavior you should write tests for.
355+
All 12 unit tests are complete and passing.
356356

357357
```js
358358
async (getUserInput) => {
@@ -377,7 +377,7 @@ async (getUserInput) => {
377377
};
378378
```
379379

380-
All 14 functional tests are complete and passing. See `/tests/2_functional-tests.js` for the expected functionality you should write tests for.
380+
All 14 functional tests are complete and passing.
381381

382382
```js
383383
async (getUserInput) => {

0 commit comments

Comments
 (0)