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 shared_preferences from 2.3.4 to 2.5.1 #490

Closed
wants to merge 1 commit into from

build(deps): Bump shared_preferences from 2.3.4 to 2.5.1

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

build(deps): Bump shared_preferences from 2.3.4 to 2.5.1 #490

build(deps): Bump shared_preferences from 2.3.4 to 2.5.1
aa36f33
Select commit
Loading
Failed to load commit list.
GitHub Actions / flutter test report succeeded Jan 30, 2025 in 0s

9 passed, 0 failed and 0 skipped

Tests passed successfully

✅ test_report.json

9 tests were completed in 18s 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✅ 55ms
test/widget_test/favorite_page_test.dart 1✅ 700ms
test/widget_test/recipe_page_test.dart 1✅ 831ms

✅ 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