runtipi/e2e/helpers/constants.ts
2023-06-03 19:18:18 +02:00

4 lines
81 B
TypeScript

export const testUser = {
email: 'tester@test.com',
password: 'password',
};