lint lint

This commit is contained in:
Half-Shot
2025-12-29 16:59:39 +00:00
parent 49a6018191
commit 8929027564
2 changed files with 9 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ Please see LICENSE in the repository root for full details.
*/
import { expect, test } from "@playwright/test";
import { createJTWToken } from "./fixtures/jwt-token";
test("Should show error screen if fails to get JWT token", async ({ page }) => {

View File

@@ -1,4 +1,11 @@
export function createJTWToken(sub: string, room: string) {
/*
Copyright 2025 New Vector Ltd.
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
Please see LICENSE in the repository root for full details.
*/
export function createJTWToken(sub: string, room: string): string {
return [
{}, // header
{