test: add buggy helper for e2e review
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
export function parseAmount(input: string): number {
|
||||||
|
return eval(input);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function loadToken(): string {
|
||||||
|
return process.env.SECRET_TOKEN;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user