javascript-test-framework-comparison icon indicating copy to clipboard operation
javascript-test-framework-comparison copied to clipboard

Add folder tests as argument, since by default singular 'test' is expected

Open borysl opened this issue 9 years ago • 0 comments

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'

borysl avatar Jan 30 '16 21:01 borysl