UNPKG

nightwatch

Version:

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

6 lines (5 loc) 207 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); module.exports = function (err) { return err instanceof Error || Object.prototype.toString.call(err) === '[object Error]'; };