mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:20:45 +00:00
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:
@@ -1,7 +1,7 @@
|
|||||||
import { mkdtemp, rm } from "node:fs/promises";
|
import { mkdtemp, rm } from "node:fs/promises";
|
||||||
import os from "node:os";
|
import os from "node:os";
|
||||||
import path from "node:path";
|
import path from "node:path";
|
||||||
import { afterEach, describe, expect, it } from "vitest";
|
import { afterEach, describe, expect, it, vi } from "vitest";
|
||||||
import {
|
import {
|
||||||
looksLikeNextcloudTalkTargetId,
|
looksLikeNextcloudTalkTargetId,
|
||||||
normalizeNextcloudTalkMessagingTarget,
|
normalizeNextcloudTalkMessagingTarget,
|
||||||
|
|||||||
Reference in New Issue
Block a user