export const ENTRY_ADDED_EVENT = 'entry:added'
export const ENTRY_REMOVED_EVENT = 'entry:removed'
export const EXCEPTION_EVENT = 'exception'
export const MOCHAPACK_NAME = 'mochapack'
export const MOCHA_ABORTED_EVENT = 'mocha:aborted'
export const MOCHA_BEGIN_EVENT = 'mocha:begin'
export const MOCHA_FINISHED_EVENT = 'mocha:finished'
export const WEBPACK_READY_EVENT = 'webpack:ready'
export const WEBPACK_START_EVENT = 'webpack:start'
export const UNCAUGHT_EXCEPTION_EVENT = 'uncaughtException'
