mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Fix undefined error in test
This commit is contained in:
parent
9ae3a96b6a
commit
cbcca0bfa1
@ -16,7 +16,7 @@ describe('MatrixChat', function () {
|
||||
});
|
||||
|
||||
it('gives a login panel by default', function () {
|
||||
peg.get().loginFlows.returns(q({}));
|
||||
peg.get().loginFlows.returns(q({flows:[]}));
|
||||
|
||||
var res = TestUtils.renderIntoDocument(
|
||||
<MatrixChat config={{}}/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user