chore: ignore e2e tests when running yarn test * chore: ignore e2e tests when running yarn test
9 lines
161 B
TypeScript
9 lines
161 B
TypeScript
export const testData = {
|
|
basicUser: {
|
|
membershipId: "30812500328010",
|
|
password: "Test@12345",
|
|
firstName: "Test",
|
|
lastName: "Testsson",
|
|
},
|
|
}
|