Skip to content

Commit 7f8c01b

Browse files
authored
fix: update test optimizer bundle path and content (#1358)
* fix: update test optimizer bundle path and content * fix
1 parent d27edac commit 7f8c01b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/src/cli/templates/test_optimizer_bundle.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
2-
BUNDLE_OUTPUT_DIR="lib/src/commands/test/templates"
2+
BUNDLE_OUTPUT_DIR="lib/src/cli/templates"
33
mason bundle --source path ./bricks/test_optimizer/ -t dart --output-dir $BUNDLE_OUTPUT_DIR
44

5-
input="lib/src/commands/test/templates/test_optimizer_bundle.dart"
5+
input="lib/src/cli/templates/test_optimizer_bundle.dart"
66
echo -e "// To generate this file, run: tool/generate_test_optimizer_bundle.sh\n$(cat $input)" > $input
77

88
dart format $BUNDLE_OUTPUT_DIR

0 commit comments

Comments
 (0)