Skip to content

Commit

Permalink
enable flutter tests across repository
Browse files Browse the repository at this point in the history
  • Loading branch information
derdilla committed Jul 27, 2024
1 parent 521891e commit 38f0e01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
cache: true
channel: beta
- uses: bluefireteam/melos-action@v3
- run: echo TODO # TODO: melos test
- run: melos test
2 changes: 1 addition & 1 deletion apps/file_manager/test/widget_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:flutter_test/flutter_test.dart';

void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {});
testWidgets('TODO: test implement and test file manager', (WidgetTester tester) async {});

Check notice on line 4 in apps/file_manager/test/widget_test.dart

View workflow job for this annotation

GitHub Actions / 🔍 Analyze code

The line length exceeds the 80-character limit.

Try breaking the line across multiple lines. See https://dart.dev/lints/lines_longer_than_80_chars to learn more about this problem.
}
2 changes: 1 addition & 1 deletion packages/app_base/.flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[],"android":[],"macos":[{"name":"screen_retriever","path":"/data/data/com.termux/files/home/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9/","native_build":true,"dependencies":[]},{"name":"window_manager","path":"/data/data/com.termux/files/home/.pub-cache/hosted/pub.dev/window_manager-0.3.9/","native_build":true,"dependencies":["screen_retriever"]}],"linux":[{"name":"screen_retriever","path":"/data/data/com.termux/files/home/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9/","native_build":true,"dependencies":[]},{"name":"window_manager","path":"/data/data/com.termux/files/home/.pub-cache/hosted/pub.dev/window_manager-0.3.9/","native_build":true,"dependencies":["screen_retriever"]}],"windows":[{"name":"screen_retriever","path":"/data/data/com.termux/files/home/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9/","native_build":true,"dependencies":[]},{"name":"window_manager","path":"/data/data/com.termux/files/home/.pub-cache/hosted/pub.dev/window_manager-0.3.9/","native_build":true,"dependencies":["screen_retriever"]}],"web":[]},"dependencyGraph":[{"name":"screen_retriever","dependencies":[]},{"name":"window_manager","dependencies":["screen_retriever"]}],"date_created":"2024-07-25 14:52:41.071745","version":"3.19.0"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[],"android":[],"macos":[{"name":"screen_retriever","path":"/data/data/com.termux/files/home/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9/","native_build":true,"dependencies":[]},{"name":"window_manager","path":"/data/data/com.termux/files/home/.pub-cache/hosted/pub.dev/window_manager-0.3.9/","native_build":true,"dependencies":["screen_retriever"]}],"linux":[{"name":"screen_retriever","path":"/data/data/com.termux/files/home/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9/","native_build":true,"dependencies":[]},{"name":"window_manager","path":"/data/data/com.termux/files/home/.pub-cache/hosted/pub.dev/window_manager-0.3.9/","native_build":true,"dependencies":["screen_retriever"]}],"windows":[{"name":"screen_retriever","path":"/data/data/com.termux/files/home/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9/","native_build":true,"dependencies":[]},{"name":"window_manager","path":"/data/data/com.termux/files/home/.pub-cache/hosted/pub.dev/window_manager-0.3.9/","native_build":true,"dependencies":["screen_retriever"]}],"web":[]},"dependencyGraph":[{"name":"screen_retriever","dependencies":[]},{"name":"window_manager","dependencies":["screen_retriever"]}],"date_created":"2024-07-27 20:18:50.980588","version":"3.19.0"}

0 comments on commit 38f0e01

Please sign in to comment.