code-server/test/utils/constants.ts
Asher f2fa7701a9
Centralize credential handling
My thinking is that this may reduce the cognitive overhead for
developers writing new test suites.

This also allows us to perform different setup steps (like ensuring the
editor is visible when authenticated).
2021-06-29 12:06:45 -05:00

3 lines
82 B
TypeScript

export const PASSWORD = "e45432jklfdsab"
export const workspaceDir = "workspaces"