docs(core): Update instructions on updating symbol tests (#38707)
PR Close #38707
This commit is contained in:
parent
5448e84cf0
commit
fc3b3fe39e
|
@ -6,9 +6,11 @@ This is asserted by keeping gold files of all symbols which are expected to be r
|
|||
When doing renaming it is often necessary to update the gold files, to do so use these commands:
|
||||
|
||||
```
|
||||
yarn bazel run --config=ivy //packages/core/test/bundling/cyclic_import:symbol_test.accept
|
||||
yarn bazel run --config=ivy //packages/core/test/bundling/hello_world:symbol_test.accept
|
||||
yarn bazel run --config=ivy //packages/core/test/bundling/injection:symbol_test.accept
|
||||
yarn bazel run --config=ivy //packages/core/test/bundling/cyclic_import:symbol_test.accept
|
||||
yarn bazel run --config=ivy //packages/core/test/bundling/forms:symbol_test.accept
|
||||
yarn bazel run --config=ivy //packages/core/test/bundling/hello_world:symbol_test.accept
|
||||
yarn bazel run --config=ivy //packages/core/test/bundling/router:symbol_test.accept
|
||||
yarn bazel run --config=ivy //packages/core/test/bundling/todo:symbol_test.accept
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue