Skip to content

Commit

Permalink
strip out mockito references
Browse files Browse the repository at this point in the history
  • Loading branch information
robbecker-wf committed May 29, 2024
1 parent 7071b1c commit a3182a9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
else
# Don't check these generated files for other SDKs, since they may generate differently
# due to different resolved dependencies.
git diff --exit-code -- ":(exclude)test/mockito.mocks.dart" ":(exclude)test/over_react/component_declaration/redux_component_test/test_reducer.g.dart"
git diff --exit-code -- ":(exclude)test/over_react/component_declaration/redux_component_test/test_reducer.g.dart"
fi
if: always() && steps.install.outcome == 'success' && steps.install.build == 'success'

Expand Down
4 changes: 0 additions & 4 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ builders:
targets:
$default:
builders:
mockito:mockBuilder:
generate_for:
include:
- "test/mockito.dart"
over_react|_over_react_local_builder:
enabled: true
generate_for:
Expand Down
2 changes: 0 additions & 2 deletions dart_dependency_validator.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
exclude:
- app/**
- tools/**
ignore:
- mockito
allow_pins: true

0 comments on commit a3182a9

Please sign in to comment.