javascript-test-framework-comparison
javascript-test-framework-comparison copied to clipboard
Add folder tests as argument, since by default singular 'test' is expected
I have just tried the tests and realized that commands npm i npm test is enough for Jasmine and qUnit, but not enough for Mocha - the reason - Mocha expects tests to be in folder 'test', but not 'tests'