docs(core): Update instructions on updating symbol tests (#38707)

PR Close #38707
This commit is contained in:
Misko Hevery 2020-09-25 17:17:30 -07:00 committed by Alex Rickabaugh
parent 5448e84cf0
commit fc3b3fe39e
1 changed files with 4 additions and 2 deletions

View File

@ -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
```