mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): stop testing translated comments (#56811)
This commit is contained in:
committed by
GitHub
parent
9e650f26c0
commit
e1fc9077fc
+1
-1
@@ -23,7 +23,7 @@ assert.match(stripped, /for\s*\(\s*let\s+i\s*=\s*1;\s*i\s*<=\s*count;\s*i\+\+\s*
|
||||
You should not remove your single-line comment.
|
||||
|
||||
```js
|
||||
assert.match(code, /\/\/\sTODO:/);
|
||||
assert.match(code, /\/\//);
|
||||
```
|
||||
|
||||
You should not uncomment your `while` loop.
|
||||
|
||||
Reference in New Issue
Block a user