Files
formbricks/packages/lib/response/tests/constants.ts
Rotimi Best 2ce759c023 feat: Tests for Response service (#1527)
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
2023-12-18 11:32:50 +00:00

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",
};