Skip to content

Commit

Permalink
✅ Fix the build config test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Oct 20, 2024
1 parent a27e8a9 commit 173c27f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/core/test/assets_gen_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ void main() {
'Assets on pubspec_assets.yaml and override with build_runner_assets.yaml ',
() async {
const pubspec = 'test_resources/pubspec_assets.yaml';
const build = 'test_resources/build_runnfer_assets.yaml';
const build = 'test_resources/build_runner_assets.yaml';
const fact = 'test_resources/actual_data/build_assets.gen.dart';
const generated = 'test_resources/lib/build_gen/assets.gen.dart';

Expand Down
28 changes: 10 additions & 18 deletions packages/core/test_resources/actual_data/build_assets.gen.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/core/test_resources/build_runner_assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ targets:
options:
output: lib/build_gen/
line_length: 120
assets:
outputs:
class_name: BuildAssets

0 comments on commit 173c27f

Please sign in to comment.