From 2ef0db1b05918aed8d3c2c73cccdfef0db25be24 Mon Sep 17 00:00:00 2001 From: Research Assistant Date: Sun, 24 May 2026 17:29:11 +0800 Subject: [PATCH] test(plugin): migrate vector-ready test to TypeScript --- .../tests/{vector-ready.test.mjs => vector-ready.test.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename paperforge/plugin/tests/{vector-ready.test.mjs => vector-ready.test.ts} (78%) diff --git a/paperforge/plugin/tests/vector-ready.test.mjs b/paperforge/plugin/tests/vector-ready.test.ts similarity index 78% rename from paperforge/plugin/tests/vector-ready.test.mjs rename to paperforge/plugin/tests/vector-ready.test.ts index 36954d62..0592d61f 100644 --- a/paperforge/plugin/tests/vector-ready.test.mjs +++ b/paperforge/plugin/tests/vector-ready.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it } from 'vitest'; -import { shouldRenderVectorReady } from '../src/testable.js'; +import { shouldRenderVectorReady } from "../src/services/memory-state"; describe('shouldRenderVectorReady', () => { it('keeps vector advanced UI visible while build status text is temporarily null', () => {