http://tddbin.com/#?kata=es6/language/arrow-functions/binding Description of test is: > can NOT bind a different context but assert is: ``` js assert.strictEqual(fn.call(anotherObj), expected); ``` It looks that meant `notStrictEqual`
http://tddbin.com/#?kata=es6/language/arrow-functions/binding
Description of test is:
but assert is:
It looks that meant
notStrictEqual