mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-09 03:09:33 -06:00
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com> Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
9 lines
210 B
TypeScript
9 lines
210 B
TypeScript
export const constantsForTests = {
|
|
uuid: "123e4567-e89b-12d3-a456-426614174000",
|
|
browser: "Chrome",
|
|
url: "https://www.example.com",
|
|
boolean: true,
|
|
text: "Abc12345",
|
|
fullName: "Pavitr Prabhakar",
|
|
};
|