Craig Taub

Results 16 comments of Craig Taub

> I'll poke around and see what that looks like. Thanks man. In fact that sounds likely 😔. Let's break it down and see where the issues are.

@rugk seems like the owner has lost interest, perhaps checkout branch, rebase and re-open PR if you are still interested. It sounded close if passes IE11 testing.

Think i'll start this with one which gets requests alot. - **Pass user defined values from a test to a Reporter (via env vars)**

Rest API is definitely one we need.

@leehwarang this might be more a question around "how to use Hooks" rather than "how to use Mocha". Their [recipes](https://reactjs.org/docs/testing-recipes.html#act) are pretty good. But saying that I like the idea....

@seohyun0120 Feel free to give it a go and pls try to follow similar architecture/practices as the babel example. Thanks so much we really appreciate any help we can get...

@dschinkel we have examples on react/webpack/[typescript/babel](https://github.com/mochajs/mocha-examples/tree/master/packages/typescript-babel) etc have you seen/tried them?

Sounds interesting. Will look into this when I get some time.

@boneskull will be speaking to the Loopback + TypeScript teams at IBM, who have both reported issues, to understand the problem.

Yes that seems like a bug. Can replicate via ```javascript done(); equal(true, false); done(); ``` It should throw a failure but it passes, not good. Guessing initial `done` flags as...