mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 08:11:15 +08:00
16 lines
270 B
JavaScript
16 lines
270 B
JavaScript
export default {
|
|
waitForConditionTimeout: 20000,
|
|
baseUrl: 'http://localhost:3000',
|
|
users: {
|
|
admin: {
|
|
email: 'admin@test.com'
|
|
},
|
|
moderator: {
|
|
email: 'moderator@test.com'
|
|
},
|
|
commenter: {
|
|
email: 'commenter@test.com'
|
|
}
|
|
}
|
|
};
|