I have the following test:
it.only(\'validation should fail\', function(done) { var body = { title: \"dffdasfsdfsdafddfsadsa\", description:
This simple throw is working for me
describe('Lead', () => { it('should create a new lead', async () => { throw 'not implemented' }) })