UNPKG

nightwatch

Version:

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

9 lines (8 loc) 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const assertion = require('./assertion.js'); const AssertionRunner = require('./assertion-runner.js'); const AssertionError = require('./assertion-error.js'); module.exports = assertion; module.exports.AssertionRunner = AssertionRunner; module.exports.AssertionError = AssertionError;