Fix undefined error in test
This commit is contained in:
parent
9ae3a96b6a
commit
cbcca0bfa1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ describe('MatrixChat', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('gives a login panel by default', function () {
|
it('gives a login panel by default', function () {
|
||||||
peg.get().loginFlows.returns(q({}));
|
peg.get().loginFlows.returns(q({flows:[]}));
|
||||||
|
|
||||||
var res = TestUtils.renderIntoDocument(
|
var res = TestUtils.renderIntoDocument(
|
||||||
<MatrixChat config={{}}/>
|
<MatrixChat config={{}}/>
|
||||||
|
|
Loading…
Reference in a new issue