Requires undocumented init
method on challenge #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Attempting to run the tests throws the following error:
After investigation, it's trying to access
init
. Funny enough, this is almost handled.From index.js...
Rather than re-assigning the var,
challenger.init = function() { return null }
should be used.Sorry for the late response, I was on vacation.
You are correct. I'll update this and publish.