summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts/test-utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/scripts/test-utils.ts')
-rw-r--r--packages/frontend/src/scripts/test-utils.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/frontend/src/scripts/test-utils.ts b/packages/frontend/src/scripts/test-utils.ts
index 3e018f2d7e..1b42811faa 100644
--- a/packages/frontend/src/scripts/test-utils.ts
+++ b/packages/frontend/src/scripts/test-utils.ts
@@ -1,4 +1,7 @@
-/// <reference types="@testing-library/jest-dom"/>
+/*
+ * SPDX-FileCopyrightText: syuilo and other misskey contributors
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
export async function tick(): Promise<void> {
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition