Skip to content

fix login fwlite web (#1338) #1443

fix login fwlite web (#1338)

fix login fwlite web (#1338) #1443

GitHub Actions / UI unit Tests succeeded Jan 6, 2025 in 0s

All 12 tests pass in 0s

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

Results for commit bd9dc74. ± Comparison against earlier commit 64ca37e.

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