feat: add unit tests (Rust parser+DB, Vitest frontend) and test workflow
This commit is contained in:
@ -14,7 +14,7 @@ function useWindowWidth() {
|
||||
return width;
|
||||
}
|
||||
|
||||
function combatIcon(name: string): string {
|
||||
export function combatIcon(name: string): string {
|
||||
const l = name.toLowerCase();
|
||||
if (l === "solo") return "🗡️";
|
||||
if (l === "groupe") return "⚔️";
|
||||
|
||||
Reference in New Issue
Block a user