| // 'root' is the root component and has two children. | |
| // See README.md for the exact tree structure | |
| { | |
| children: [ | |
| { | |
| name: "foo", | |
| url: "fuchsia-pkg://fuchsia.com/cs-tests#meta/foo.cm", | |
| startup: "eager", | |
| }, | |
| { | |
| name: "bar", | |
| url: "fuchsia-pkg://fuchsia.com/cs-tests#meta/bar.cm", | |
| startup: "eager", | |
| }, | |
| ], | |
| } |