blob: 87d6aed5e9cbf8bd1841c16225a55d93f81db111 [file] [log] [blame] [view]
Hailey Wangc56ab4a2024-10-21 22:01:381# Collaboration
2
3This component contains functionality for collaboration groups.
4
5## Testing
6
7To run all the relevant C++ unit tests, you can run the `components_unittests`
8target and give the `collaboration` filter file as an argument:
9
10```
11./out/Default/components_unittests --test-launcher-filter-file=components/collaboration/components_unittests.filter
12```