mirror of https://github.com/vector-im/riot-web
Fix permalinks test
parent
f903f431ed
commit
0862ad029d
|
@ -1,5 +1,7 @@
|
||||||
/*
|
/*
|
||||||
Copyright 2018 New Vector Ltd
|
Copyright 2018 New Vector Ltd
|
||||||
|
Copyright 2019 The Matrix.org Foundation C.I.C.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
@ -11,7 +13,7 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import expect from 'expect/build/index';
|
import expect from 'expect';
|
||||||
import peg from '../../../src/MatrixClientPeg';
|
import peg from '../../../src/MatrixClientPeg';
|
||||||
import {
|
import {
|
||||||
makeGroupPermalink,
|
makeGroupPermalink,
|
||||||
|
@ -62,7 +64,7 @@ function mockRoom(roomId, members, serverACL) {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
describe('matrix-to', function() {
|
describe('Permalinks', function() {
|
||||||
let sandbox;
|
let sandbox;
|
||||||
|
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
Loading…
Reference in New Issue