Mocha synchronous

suggest change
describe('Suite Name', function() {
  describe('#method()', function() {
    it('should run without an error', function() {
      expect([ 1, 2, 3 ].length).to.be.equal(3)
    })
  })
})

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Unit testing frameworks:
*Mocha synchronous

Table Of Contents
41cli
63Unit testing frameworks
64ES6