Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Use dart test for attributed_text
This package does not have a dependency on `flutter_test` and so there
is no guarantee that the version of `test_api` from the pub solve is
compatible with the `flutter test` command.

See flutter/flutter#91107
  • Loading branch information
natebosch committed Mar 24, 2023
commit b9b74564793e80ae7b65f128d3da50bc2a36c59e
2 changes: 1 addition & 1 deletion flutter_test_registry/flutter_test_repo_test.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PUSHD attributed_text
CALL flutter test || GOTO :END
CALL dart test || GOTO :END
POPD

PUSHD super_editor
Expand Down