You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the delay @BorePlusPlus. It's deliberate. The reason was the way I original implemented zUnit to automatically add the suite to the modules default export. This broke with ESM so I have since re-implemented. I suspect it may be possible now.
It seems that zUnit only runs the first test suite (aka describe block) in a module and ignores subsequent ones.
gives following output when run
as a contrast mocha will run both
output
Is this behaviour as designed or a bug? If it is deliberate, I would love to learn why.
Cheers
The text was updated successfully, but these errors were encountered: