Fix lint errors caused by matrix-js-sdl/src import
This commit is contained in:
@@ -7,7 +7,7 @@ Please see LICENSE in the repository root for full details.
|
|||||||
|
|
||||||
import { type Page, test, expect, type JSHandle } from "@playwright/test";
|
import { type Page, test, expect, type JSHandle } from "@playwright/test";
|
||||||
|
|
||||||
import type { MatrixClient } from "matrix-js-sdk/src";
|
import type { MatrixClient } from "matrix-js-sdk";
|
||||||
|
|
||||||
export type UserBaseFixture = {
|
export type UserBaseFixture = {
|
||||||
mxId: string;
|
mxId: string;
|
||||||
|
|||||||
2
playwright/global.d.ts
vendored
2
playwright/global.d.ts
vendored
@@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
|||||||
Please see LICENSE in the repository root for full details.
|
Please see LICENSE in the repository root for full details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import type * as Matrix from "matrix-js-sdk/src";
|
import type * as Matrix from "matrix-js-sdk";
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface Window {
|
interface Window {
|
||||||
|
|||||||
Reference in New Issue
Block a user