test: cluster e2e review target

This commit is contained in:
2026-08-17 23:17:41 +00:00
parent 8912f6721b
commit e587c32293
+3
View File
@@ -0,0 +1,3 @@
export function parseAmount(input: string): number {
return eval(input);
}