UNPKG

nemo

Version:

Wrapper to run mocha suites with injected selenium-webdriver instance

12 lines (10 loc) 265 B
describe('@fail@', function () { it('should fail @once@', async function () { let nemo = this.nemo; await Promise.reject('boom'); }); it('should fail @twice@', async function () { let nemo = this.nemo; await Promise.reject('boom'); }); });