UNPKG

nightwatch

Version:

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

10 lines (9 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const BaseHook = require('./_basehook.js'); class AfterChildProcess extends BaseHook { constructor(context, addtOpts) { super(BaseHook.afterChildProcess, context, addtOpts); } } module.exports = AfterChildProcess;