UNPKG

detox

Version:

E2E tests and automation for mobile

11 lines (8 loc) 227 B
const DetoxRuntimeError = require('./DetoxRuntimeError'); class DetoxConfigError extends DetoxRuntimeError { constructor(opts) { super(opts); this.name = 'DetoxConfigError'; } } module.exports = DetoxConfigError;