Skip to content

Consistent Add/Invite buttons in projects and orgs (#1078) #1394

Consistent Add/Invite buttons in projects and orgs (#1078)

Consistent Add/Invite buttons in projects and orgs (#1078) #1394

GitHub Actions / UI unit Tests succeeded Sep 27, 2024 in 0s

All 12 tests pass in 0s

12 tests   12 ✅  0s ⏱️
 4 suites   0 💤
 1 files     0 ❌

Results for commit 808dae9.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / UI unit Tests

12 tests found

There are 12 tests, see "Raw output" for the full list of tests.
Raw output
src/index.test.ts ‑ password hashing > can hash a pw using sha1
src/lib/i18n/i18n.test.ts ‑ buildRegionalLocaleRegex > should find all regional locales for available locales
src/lib/i18n/i18n.test.ts ‑ pickBestLocale > should return en by default
src/lib/i18n/i18n.test.ts ‑ pickBestLocale > should return en if no user locale is provided and acceptLanguageHeader does not have any supported locales
src/lib/i18n/i18n.test.ts ‑ pickBestLocale > should return regional locale from acceptLanguageHeader if it has a higher quality rating than the regionless locale
src/lib/i18n/i18n.test.ts ‑ pickBestLocale > should return supported locale from acceptLanguageHeader with highest quality rating if no user locale is provided
src/lib/i18n/i18n.test.ts ‑ pickBestLocale > should return user locale if acceptLanguageHeader does not provide a regional/more specific locale
src/lib/i18n/i18n.test.ts ‑ pickBestLocale > should return user locale if acceptLanguageHeader does not provide a regional/more specific locale with a higher quality rating
src/lib/i18n/i18n.test.ts ‑ pickBestLocale > should return user locale if acceptLanguageHeader is not provided
src/lib/user.test.ts ‑ jwtToUser > should convert a jwt token to a LexAuthUser
src/lib/util/time.test.ts ‑ deriveAsync > handles asynchronous debouncing
src/lib/util/time.test.ts ‑ deriveAsync > handles standard synchronous debouncing