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
We need to write unit tests for the testable parts of the client. My thought is to use Mocha directly, since we're a browserify project, we can have our unit tests directly in node, without worrying about karma.
We will need to make our services actually export something, but that shouldn't be terrible. And, provided we unit test the services, a good chunk of our game logic can be unit tested, without worrying about the pain in the ass problems of unit testing UI.
The text was updated successfully, but these errors were encountered:
We need to write unit tests for the testable parts of the client. My thought is to use Mocha directly, since we're a browserify project, we can have our unit tests directly in node, without worrying about karma.
We will need to make our services actually export something, but that shouldn't be terrible. And, provided we unit test the services, a good chunk of our game logic can be unit tested, without worrying about the pain in the ass problems of unit testing UI.
The text was updated successfully, but these errors were encountered: