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