Open calebeby opened 7 years ago
https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#boom-breaking-changes
Resolution method is overspecified. Specify a callback or return a Promise; not both.
I was going through removing done
in a bunch of places, but then it gave me an error, so I just removed the returns instead.
why are all the returns removed?