Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump firebase_auth from 5.3.4 to 5.4.2 #497

Closed
wants to merge 1 commit into from

build(deps): Bump firebase_auth from 5.3.4 to 5.4.2

3ff91e5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

build(deps): Bump firebase_auth from 5.3.4 to 5.4.2 #497

build(deps): Bump firebase_auth from 5.3.4 to 5.4.2
3ff91e5
Select commit
Loading
Failed to load commit list.
GitHub Actions / flutter test report succeeded Feb 6, 2025 in 0s

9 passed, 0 failed and 0 skipped

Tests passed successfully

✅ test_report.json

9 tests were completed in 17s with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/golden_test/favorite_page_golden_test.dart 0ms
test/golden_test/recipe_edit_page_golden_test.dart 0ms
test/golden_test/recipe_page_golden_test.dart 0ms
test/golden_test/settings_page_golden_test.dart 0ms
test/golden_test/video_page_golden_test.dart 0ms
test/unit_test/image_content_type_test.dart 7✅ 65ms
test/widget_test/favorite_page_test.dart 1✅ 695ms
test/widget_test/recipe_page_test.dart 1✅ 816ms

✅ test/unit_test/image_content_type_test.dart

ContentType
  ✅ fromPath は正しい ContentType を返す
  ✅ 大文字小文字を区別しない
  ✅ 複数のドットを含むファイル名を処理できる
  ✅ サポートされていない拡張子の場合は null を返す
  ✅ 拡張子のない場合は null を返す
  ✅ 空文字の場合は null を返す
  ✅ ドットのみの場合は null を返す

✅ test/widget_test/favorite_page_test.dart

✅ FavoritePage

✅ test/widget_test/recipe_page_test.dart

✅ RecipePage