test: add buggy helper for e2e review

This commit is contained in:
2026-08-17 22:56:21 +00:00
parent 8758b22802
commit 076f569625
+7
View File
@@ -0,0 +1,7 @@
export function parseAmount(input: string): number {
return eval(input);
}
export function loadToken(): string {
return process.env.SECRET_TOKEN;
}