Open rafaelleru opened 7 years ago
Unit test fot the js files and vue components, because I like to use travis to continous integration. You can find useful this: https://vuejs.org/v2/guide/unit-testing.html
I'll take a stab at starting some more tests
@rafaelleru it looks like Karma itself is in a bad state and preventing test running. You can see the issues here: https://github.com/karma-runner/karma/issues/2777 and in their call for contributors.
Do you have any other purpose to use instead of karma? You can start with other types of test if you like.
@caseyprovost I will pause this issue while find any karma alternative.
Look any other issue if you like, if you need anything write me or open a new issue.
I already find a solution, You need to manually update the karma dependencies and add "socket.io": "^2.0.3"
@rafaelleru Can you give some description? I would be happy to contribute :)