power-assert-js/power-assert

Support other assertion styles?

blai opened this issue · 2 comments

blai commented

e.g. expect and should

Hi @blai, thank you for your question!

Support other assertion styles?
e.g. expect and should

And the answer is, sorry, No.

The core value of power-assert is absolute simplicity and stability.
Especially, power-assert sticks to the simplest form of testing, assert(any_expression).

blai commented

No problem, thanks for providing your opinion. I just thought it would be cool to have additional options.