Add tests and search simulator TUI

This commit is contained in:
Tanner
2026-09-08 17:55:40 +00:00
parent ba13d435df
commit f780ed220c
15 changed files with 868 additions and 9 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"check": "svelte-check --tsconfig ./tsconfig.json",
"version": "node version-bump.mjs",
"test": "jest"
"test": "jest",
"tui": "node tools/search-tui-launcher.js"
},
"keywords": [],
"author": "Simon Cambier",