From fc3b3fe39e950a9f4bfede65e7382f9eaa55542f Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 25 Sep 2020 17:17:30 -0700 Subject: [PATCH] docs(core): Update instructions on updating symbol tests (#38707) PR Close #38707 --- packages/core/test/bundling/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/core/test/bundling/README.md b/packages/core/test/bundling/README.md index 025ca1ee10..80ea46be31 100644 --- a/packages/core/test/bundling/README.md +++ b/packages/core/test/bundling/README.md @@ -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 ```