Code coverage report for app/components/_common/services/event.constant.js

Statements: 100% (4 / 4)      Branches: 100% (0 / 0)      Functions: 100% (0 / 0)      Lines: 100% (2 / 2)      Ignored: none     

All files » app/components/_common/services/ » event.constant.js
1 2 3 4 5 6 7 8 9 10                 
// all events
const EVENT = {
    AUTH_LOGIN: 'auth_login_event',
    AUTH_LOGOUT: 'auth_logout_event',
    AUTH_SESSION_VALID: 'auth_session_valid_event'
};
 
export default EVENT;