[PR #1286] [MERGED] fix: run bloc_test #4649

Closed
opened 2026-03-23 21:38:44 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1286
Author: @appflowy
Created: 10/15/2022
Status: Merged
Merged: 10/15/2022
Merged by: @appflowy

Base: mainHead: fix/bloc_test


📝 Commits (2)

📊 Changes

11 files changed (+216 additions, -87 deletions)

View changed files

📝 .github/workflows/dart_test.yml (+1 -1)
📝 frontend/Makefile.toml (+54 -7)
frontend/app_flowy/lib/plugins/board/tests/integrate_test/card_test.dart (+16 -0)
📝 frontend/app_flowy/lib/startup/tasks/rust_sdk.dart (+2 -2)
📝 frontend/app_flowy/packages/flowy_sdk/lib/ffi.dart (+12 -11)
📝 frontend/app_flowy/pubspec.lock (+34 -5)
📝 frontend/app_flowy/pubspec.yaml (+2 -0)
📝 frontend/app_flowy/test/bloc_test/workspace_bloc_test.dart (+3 -3)
frontend/app_flowy/test/util.dart (+65 -0)
frontend/app_flowy/test/util/test_env.dart (+0 -41)
📝 frontend/scripts/makefile/desktop.toml (+27 -17)

📄 Description

  1. add AppFlowyBlocTest to enable the bloc test environment
  2. fix build test-lib task

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/1286 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 10/15/2022 **Status:** ✅ Merged **Merged:** 10/15/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/bloc_test` --- ### 📝 Commits (2) - [`d2f9f8e`](https://github.com/AppFlowy-IO/AppFlowy/commit/d2f9f8eb202a9db3d004c10f37036402b1743b0d) fix: run bloc_test - [`6b0e26f`](https://github.com/AppFlowy-IO/AppFlowy/commit/6b0e26fbf14e827e4a5eced54e29bf4b53309bc0) fix: dart_test ci workflow ### 📊 Changes **11 files changed** (+216 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dart_test.yml` (+1 -1) 📝 `frontend/Makefile.toml` (+54 -7) ➕ `frontend/app_flowy/lib/plugins/board/tests/integrate_test/card_test.dart` (+16 -0) 📝 `frontend/app_flowy/lib/startup/tasks/rust_sdk.dart` (+2 -2) 📝 `frontend/app_flowy/packages/flowy_sdk/lib/ffi.dart` (+12 -11) 📝 `frontend/app_flowy/pubspec.lock` (+34 -5) 📝 `frontend/app_flowy/pubspec.yaml` (+2 -0) 📝 `frontend/app_flowy/test/bloc_test/workspace_bloc_test.dart` (+3 -3) ➕ `frontend/app_flowy/test/util.dart` (+65 -0) ➖ `frontend/app_flowy/test/util/test_env.dart` (+0 -41) 📝 `frontend/scripts/makefile/desktop.toml` (+27 -17) </details> ### 📄 Description 1. add AppFlowyBlocTest to enable the bloc test environment 2. fix build test-lib task --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:38:44 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4649
No description provided.