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
Probably use some logging framework such as Winston to perform differing levels of logging. User should be able to select level of logging (info, debug, quiet, etc.) with a command line option.
Default behavior should be similar to Jasmine (and other testing frameworks), outputting a green dot (.) for each successful insert, and a red X (X) for every insert / validation error.
The text was updated successfully, but these errors were encountered:
Probably use some logging framework such as Winston to perform differing levels of logging. User should be able to select level of logging (info, debug, quiet, etc.) with a command line option.
Default behavior should be similar to Jasmine (and other testing frameworks), outputting a green dot (
.
) for each successful insert, and a red X (X
) for every insert / validation error.The text was updated successfully, but these errors were encountered: