Questions tagged [better-assert]

C-style assert() for node.js, reporting the expression string as the error message.

1 questions
0
votes
1 answer

how to run unit tests with better-assert and mocha?

I'm trying to run some unit tests with mocha + better-assert but better-assert uses an undefined variable __stack, and so it throws a reference error. I'm new to the entire node.js stack, and despite some searching I'm not able to find out if this…
goat
  • 31,486
  • 7
  • 73
  • 96