Reorganize file structure: core/, utils/, modes/interactive/components/, modes/interactive/theme/

This commit is contained in:
Mario Zechner 2025-12-09 00:51:33 +01:00
parent 00982705f2
commit 83a6c26969
56 changed files with 133 additions and 128 deletions

View file

@ -1,5 +1,5 @@
import { describe, expect, test } from "vitest";
import { fuzzyFilter, fuzzyMatch } from "../src/fuzzy.js";
import { fuzzyFilter, fuzzyMatch } from "../src/utils/fuzzy.js";
describe("fuzzyMatch", () => {
test("empty query matches everything with score 0", () => {