change in basic bonfire Mutations
Added an expect to be falsein order to avoid passing with wrong code
This commit is contained in:
@ -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()"
|
||||
|
Reference in New Issue
Block a user