📝 Update comments and formatting in useChallongeTests composable
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
/**
|
/**
|
||||||
* Challonge Tests Composable
|
* Challonge Tests Composable
|
||||||
*
|
*
|
||||||
* Manages tournament testing operations including:
|
* Manages tournament testing operations including:
|
||||||
* - Loading tournament lists with pagination
|
* - Loading tournament lists with pagination
|
||||||
* - Tournament detail fetching
|
* - Tournament detail fetching
|
||||||
* - Search/filtering
|
* - Search/filtering
|
||||||
* - Helper utilities for tournament data access
|
* - Helper utilities for tournament data access
|
||||||
*
|
*
|
||||||
* @example
|
* @example
|
||||||
* ```js
|
* ```js
|
||||||
* const {
|
* const {
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
* loadMoreTournaments,
|
* loadMoreTournaments,
|
||||||
* toggleTournamentDetails
|
* toggleTournamentDetails
|
||||||
* } = useChallongeTests(client, apiVersion, tournamentScope);
|
* } = useChallongeTests(client, apiVersion, tournamentScope);
|
||||||
*
|
*
|
||||||
* await testListTournaments();
|
* await testListTournaments();
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user