This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
verdnatura-chat
forked from
verdnatura-mirror/Rocket.Chat.ReactNative
Watch
2
Star
0
Fork
You've already forked verdnatura-chat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e54846e3e0
verdnatura-chat
/
e2e
/
e2e_account.example.ts
7 lines
103 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Merge 4.26.1 into single-server (#3981)
2022-03-29 18:53:27 +00:00
const
account
=
{
adminUser
:
'Change_here'
,
adminPassword
:
'Change_here'
}
;
Chore: Migrate E2E tests from JS to TS (#4475) * Migrate E2E tests from JS to TS * fixed type mocha into tsconfig * migration data.cloud and data.docker * migrate team folder and fix Detox namescpace * add type TTextMatcher and start the room folder migration * room / 02 and 03 * room's folder * onboarding's folder * assorted/ 01 * assorted/ 02, 03, 04 * assorted/ 05, 06, 07 * folder assorted * fix lint * fix device
2022-09-12 14:51:33 +00:00
export
default
account
;