mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-28 21:00:56 +08:00
change in basic bonfire Mutations
Added an expect to be falsein order to avoid passing with wrong code
This commit is contained in:
parent
27cac3067a
commit
235b952ff0
@ -506,7 +506,8 @@
|
||||
"expect(mutation(['Mary', 'Army'])).to.be.true;",
|
||||
"expect(mutation(['Mary', 'Aarmy'])).to.be.true;",
|
||||
"expect(mutation(['Alien', 'line'])).to.be.true;",
|
||||
"expect(mutation(['floor', 'for'])).to.be.true;"
|
||||
"expect(mutation(['floor', 'for'])).to.be.true;",
|
||||
"expect(mutation(['hello', 'neo'])).to.be.false;"
|
||||
],
|
||||
"MDNlinks": [
|
||||
"Array.indexOf()"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user