fix(curriculum): add removing element to the mutation test (#45581)

This commit is contained in:
Radi Totev
2022-04-05 14:59:46 +01:00
committed by GitHub
parent 4795af3b51
commit b2c05d3c79

View File

@ -28,6 +28,7 @@ Rewrite the code so the global array `bookList` is not changed inside either fun
```js
add(bookList, "Test");
remove(bookList, "The Hound of the Baskervilles");
assert(
JSON.stringify(bookList) ===
JSON.stringify([