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
Expected behavior:
No errors, and assert results in a module that is callable with exports { ok, fail, AssertionError }. Actual behavior:
Lots of errors, and no exports, just a callable module.
The text was updated successfully, but these errors were encountered:
sandersn
changed the title
In JS, module.exports should support chained assignments
In JS, module.exports should be aliasable with a var declaration
Apr 10, 2018
Code
Expected behavior:
No errors, and assert results in a module that is callable with exports
{ ok, fail, AssertionError }
.Actual behavior:
Lots of errors, and no exports, just a callable module.
The text was updated successfully, but these errors were encountered: