I want to write my tests using the mocha framework i.e
describe('',function(){ it('', function()){ }); });
Can this be done for my intern tests, does intern have a mocha test runner?
No comments:
Post a Comment