Skip to content

Commit

Permalink
fix(core): correct commands for updating forms gold files
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorejb committed Feb 25, 2022
1 parent aae07c3 commit 8d0c4f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/test/bundling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ When doing renaming it is often necessary to update the gold files, to do so use
```
yarn bazel run //packages/core/test/bundling/injection:symbol_test.accept
yarn bazel run //packages/core/test/bundling/cyclic_import:symbol_test.accept
yarn bazel run //packages/core/test/bundling/forms:symbol_test.accept
yarn bazel run //packages/core/test/bundling/forms_reactive:symbol_test.accept
yarn bazel run //packages/core/test/bundling/forms_template_driven:symbol_test.accept
yarn bazel run //packages/core/test/bundling/hello_world:symbol_test.accept
yarn bazel run //packages/core/test/bundling/router:symbol_test.accept
yarn bazel run //packages/core/test/bundling/todo:symbol_test.accept
Expand Down

0 comments on commit 8d0c4f3

Please sign in to comment.