test(nextcloud-talk): restore vi import

Fix the timingSafeEqual regression test after rebasing the PR prep branch onto latest main.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
masonxhuang
2026-05-01 00:38:14 +08:00
committed by Mason Huang
parent 0aaafc0006
commit a07336b2c3

View File

@@ -1,7 +1,7 @@
import { mkdtemp, rm } from "node:fs/promises";
import os from "node:os";
import path from "node:path";
import { afterEach, describe, expect, it } from "vitest";
import { afterEach, describe, expect, it, vi } from "vitest";
import {
looksLikeNextcloudTalkTargetId,
normalizeNextcloudTalkMessagingTarget,