Friday, 28 April 2017

Does intern have a mocha test runner

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?



via Lee92

No comments:

Post a Comment