Export VIEWS from MatrixChat for riot-web tests

This commit is contained in:
Travis Ralston 2020-01-13 17:51:17 -07:00
parent 1e70af00a3
commit 90c7535a69

View file

@ -65,7 +65,7 @@ import { defer } from "../../utils/promise";
import KeyVerificationStateObserver from '../../utils/KeyVerificationStateObserver';
/** constants for MatrixChat.state.view */
const VIEWS = {
export const VIEWS = {
// a special initial state which is only used at startup, while we are
// trying to re-animate a matrix client or register as a guest.
LOADING: 0,