UNPKG

nightwatch

Version:

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

8 lines (7 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); module.exports = function (err) { return (err instanceof Error) && [ 'TypeError', 'SyntaxError', 'ReferenceError', 'RangeError' ].includes(err.name); };