Tom Hallman

Results 2 comments of Tom Hallman

Just ran into the same problem. It took me a while to realize I'd made an error in my "before" test setup.

Worked on (around) this for a few hours, and basically any `assert.throws()` call needs a try/catch else the other tests aren't run. Not sure if this is related, but [the...