mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
test(plugin): migrate vector-ready test to TypeScript
This commit is contained in:
parent
8933d27d49
commit
2ef0db1b05
1 changed files with 1 additions and 1 deletions
|
|
@ -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', () => {
|
||||
Loading…
Reference in a new issue