fix(curriculum): stop testing translated comments (#56811)

This commit is contained in:
Oliver Eyton-Williams
2024-10-24 14:23:57 +02:00
committed by GitHub
parent 9e650f26c0
commit e1fc9077fc
@@ -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.