Fix imports for tests
This doesn't fix the fact that someone called it "peg".
This commit is contained in:
parent
4dfbce3108
commit
54f3288dea
5 changed files with 6 additions and 7 deletions
|
@ -13,7 +13,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
import peg from '../../../src/MatrixClientPeg';
|
||||
import {MatrixClientPeg as peg} from '../../../src/MatrixClientPeg';
|
||||
import {
|
||||
makeGroupPermalink,
|
||||
makeRoomPermalink,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue