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
Currently, the tests just call the log function with the Pretty Console Transport six times and then check if it was really called six times.
This is because I haven't figured out a reliable way with Jest to check formatted, colored outputs and if they match what they should be. Potentially this required some further digging into how colored output works in itself. (Maybe we could remove the 3rd party library we use as well then?)
We should also add more in-depth testing of the various formatting options then.
The text was updated successfully, but these errors were encountered:
Currently, the tests just call the log function with the Pretty Console Transport six times and then check if it was really called six times.
This is because I haven't figured out a reliable way with Jest to check formatted, colored outputs and if they match what they should be. Potentially this required some further digging into how colored output works in itself. (Maybe we could remove the 3rd party library we use as well then?)
We should also add more in-depth testing of the various formatting options then.
The text was updated successfully, but these errors were encountered: