change in basic bonfire Mutations

Added an expect to be falsein order to avoid passing with wrong code
This commit is contained in:
Manuel Alzadiq Romero
2015-08-20 07:55:21 -05:00
parent 67edb85184
commit 693cf537ce

View File

@ -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()"