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:



Table Of Contents