tree: ffc1d89b516ac21a138d1769ed6283594cc9b95e [path history] [tgz]
  1. analysis_options.yaml
  2. go_router.dart
  3. go_router.dart.expect
  4. README.md
packages/go_router/test_fixes/README.md

Directory contents

The Dart files and golden master .expect files in this directory are used to test the dart fix framework refactorings used by the go_router package

See the packages/packages/go_router/lib/fix_data.yaml directory for the current package:go_router data-driven fixes.

To run these tests locally, execute this command in the packages/packages/go_router/test_fixes directory.

dart fix --compare-to-golden

For more documentation about Data Driven Fixes, see https://dart.dev/go/data-driven-fixes#test-folder.