|
|
|
|
|
by hello_moto
5322 days ago
|
|
Is there a better JS unit test framework where I can run it from the console without having to open the browser? A few CI tools don't work well with the "requires browser to run test" paradigm. I understand that means there might be class of errors that the no-browser test would not be able to catch but it's still a huge win. |
|