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
A module like this one, used in so many project recently, should be at least partially cover by unit test.
I took a look, some part can be easily tested :
EventEmitter
Logger
Tomes
But some other like the mageClient (the more important one) has a bit too much part mixed together to write nice tests.
A refactoring will probably be needed for that to happen.
The text was updated successfully, but these errors were encountered:
A module like this one, used in so many project recently, should be at least partially cover by unit test.
I took a look, some part can be easily tested :
But some other like the mageClient (the more important one) has a bit too much part mixed together to write nice tests.
A refactoring will probably be needed for that to happen.
The text was updated successfully, but these errors were encountered: