RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/e2e/client/events.js

Summary

Maintainability
A
0 mins
Test Coverage
import { Accounts } from 'meteor/accounts-base';

import { e2e } from './rocketchat.e2e';

Accounts.onLogout(() => {
    e2e.stopClient();
});