1
0
Эх сурвалжийг харах

docs(testing): Fix doc block syntax

Michael Bromley 1 жил өмнө
parent
commit
5255dfe314

+ 2 - 0
packages/testing/src/simple-graphql-client.ts

@@ -224,6 +224,7 @@ export class SimpleGraphQLClient {
      * mutation, with `null` as the value for each `Upload` field.
      *
      * @example
+     * ```ts
      * // Testing a custom mutation:
      * const result = await client.fileUploadMutation({
      *   mutation: gql`
@@ -243,6 +244,7 @@ export class SimpleGraphQLClient {
      *     }
      *   })
      * });
+     * ```
      */
     async fileUploadMutation(options: {
         mutation: DocumentNode;