feat(search): NL search — resolve tag names in query parsing (#743) #765
@@ -1,3 +1,6 @@
|
||||
// NOTE: vitest-browser fails silently when the project path contains '+' (common in git worktrees
|
||||
// named 'feat+issue-NNN-slug'). If tests fail with iframe routing errors, copy the frontend
|
||||
// directory to a path without '+' (e.g. /tmp/fe-copy) and run the suite from there.
|
||||
import { describe, expect, it, vi, afterEach } from 'vitest';
|
||||
import { cleanup, render } from 'vitest-browser-svelte';
|
||||
import { page } from 'vitest/browser';
|
||||
|
||||
Reference in New Issue
Block a user