UNPKG

nightwatch

Version:

Easy to use Node.js based End-to-End testing solution for browser based apps and websites, using the W3C WebDriver API.

9 lines (7 loc) 199 B
const BaseHook = require('./_basehook.js'); class AfterEach extends BaseHook { constructor(context, addtOpts) { super(BaseHook.afterEach, context, addtOpts); } } module.exports = AfterEach;