We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552ea77 commit 273d8e9Copy full SHA for 273d8e9
1 file changed
docs/BAZEL.md
@@ -51,6 +51,7 @@ new as of May 2017 and not very stable yet.
51
- Test package in node: `yarn test packages/core/test:test`
52
- Test package in karma: `yarn test packages/core/test:test_web`
53
- Test all packages: `yarn test packages/...`
54
+- Test angular.io app locally: `yarn test //aio/... --config=aio_local_deps`
55
56
**Note**: The ellipsis in the last command above are not meant to be substituted by a package name, but
57
are used by Bazel as a wildcard to execute all tests in the specified path. To execute all the tests for a
0 commit comments