We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2327629 commit d89f672Copy full SHA for d89f672
1 file changed
apps/web/playwright/plugins/homeserver/synapse/consentHomeserver.ts
@@ -7,11 +7,11 @@ Please see LICENSE files in the repository root for full details.
7
*/
8
9
import { type SynapseContainer } from "@element-hq/element-web-playwright-common/lib/testcontainers/index.js";
10
-
11
-import { type Fixtures } from "../../../element-web-test.ts";
12
import { dirname, join } from "node:path";
13
import { fileURLToPath } from "node:url";
14
+import { type Fixtures } from "../../../element-web-test.ts";
+
15
const __dirname = dirname(fileURLToPath(import.meta.url));
16
17
export const consentHomeserver: Fixtures = {
0 commit comments