Skip to content

Commit

Permalink
maint(gui-ubuntupro): Remove generated mock files (#1018)
Browse files Browse the repository at this point in the history
Removes all generated `*.mocks.dart` files from the ubuntupro apps.
These were removed since they aren't necessarily stable and can be
generated locally and in CI anyway by running `dart run build_runner
build`. This also means that developers no longer have to make sure to
regenerate mocks when modifying the tests or models.

---

UDENG-5592
  • Loading branch information
ashuntu authored Dec 19, 2024
2 parents 3fdfabd + 94d37ea commit 3d9a930
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 2,109 deletions.
1 change: 1 addition & 0 deletions gui/packages/ubuntupro/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Applications should include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
!pubspec.lock
devtools_options.yaml
*.mocks.dart
263 changes: 0 additions & 263 deletions gui/packages/ubuntupro/test/core/agent_connection_test.mocks.dart

This file was deleted.

Loading

0 comments on commit 3d9a930

Please sign in to comment.