UNPKG

nightwatch

Version:

Easy to use Node.js based end-to-end testing solution for web applications using the W3C WebDriver API.

10 lines (7 loc) 227 B
const BaseHook = require('./_basehook.js'); class BeforeChildProcess extends BaseHook { constructor(context, addtOpts) { super(BaseHook.beforeChildProcess, context, addtOpts); } } module.exports = BeforeChildProcess;