Skip to content

Commit

Permalink
Fix Mockito for test_goldens folder (#894)
Browse files Browse the repository at this point in the history
We had the problem that Mockito haven't created mock files for the
`test_goldens` folder. This PR fixes it.
  • Loading branch information
nilsreichardt authored Sep 6, 2023
1 parent 8ed9c69 commit 4a05154
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

targets:
$default:
sources:
- $package$
- lib/$lib$
- lib/**.dart
- test/**.dart
- test_goldens/**.dart
builders:
# To speed up the code generation, only watch the test files.
mockito|mockBuilder:
Expand Down

0 comments on commit 4a05154

Please sign in to comment.