8000 docs(core): Update instructions on updating symbol tests (#38707) · angular/angular@9891cef · GitHub
[go: up one dir, main page]

Skip to content

Commit 9891cef

Browse files
committed
docs(core): Update instructions on updating symbol tests (#38707)
PR Close #38707
1 parent 65d4e7a commit 9891cef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/core/test/bundling/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ This is asserted by keeping gold files of all symbols which are expected to be r
66
When doing renaming it is often necessary to update the gold files, to do so use these commands:
77

88
```
9+
yarn bazel run --config=ivy //packages/core/test/bundling/injection:symbol_test.accept
910
yarn bazel run --config=ivy //packages/core/test/bundling/cyclic_import:symbol_test.accept
11+
yarn bazel run --config=ivy //packages/core/test/bundling/forms:symbol_test.accept
1012
yarn bazel run --config=ivy //packages/core/test/bundling/hello_world:symbol_test.accept
11-
yarn bazel run --config=ivy //packages/core/test/bundling/injection:symbol_test.accept
13+
yarn bazel run --config=ivy //packages/core/test/bundling/router:symbol_test.accept
1214
yarn bazel run --config=ivy //packages/core/test/bundling/todo:symbol_test.accept
1315
```
1416

0 commit comments

Comments
 (0)
0