UNPKG

detox

Version:

E2E tests and automation for mobile

16 lines (14 loc) 521 B
const DetoxConfigError = require('./DetoxConfigError'); const DetoxConfigErrorComposer = require('./DetoxConfigErrorComposer'); const DetoxError = require('./DetoxError'); const DetoxInternalError = require('./DetoxInternalError'); const DetoxRuntimeError = require('./DetoxRuntimeError'); const DetoxRuntimeErrorComposer = require('./DetoxRuntimeErrorComposer'); module.exports = { DetoxError, DetoxConfigError, DetoxConfigErrorComposer, DetoxInternalError, DetoxRuntimeError, DetoxRuntimeErrorComposer, };