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', () => {