File tree 1 file changed +3
-1
lines changed
packages/core/test/bundling
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ This is asserted by keeping gold files of all symbols which are expected to be r
6
6
When doing renaming it is often necessary to update the gold files, to do so use these commands:
7
7
8
8
```
9
+ yarn bazel run --config=ivy //packages/core/test/bundling/injection:symbol_test.accept
9
10
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
10
12
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
12
14
yarn bazel run --config=ivy //packages/core/test/bundling/todo:symbol_test.accept
13
15
```
14
16
You can’t perform that action at this time.
0 commit comments