Skip to content

invite users to lexbox when added to org (#940) #493

invite users to lexbox when added to org (#940)

invite users to lexbox when added to org (#940) #493

GitHub Actions / UI unit Tests succeeded Jul 23, 2024 in 0s

All 11 tests pass in 0s

11 tests  ±0   11 ✅ ±0   0s ⏱️ ±0s
 3 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 1539fbb. ± Comparison against earlier commit 3b5c99a.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / UI unit Tests

11 tests found

There are 11 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/util/time.test.ts ‑ deriveAsync > handles asynchronous debouncing
src/lib/util/time.test.ts ‑ deriveAsync > handles standard synchronous debouncing