jsfmt.spec.js.snap 562 B

123456789101112131415161718192021
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`comments.js 1`] = `
  3. graphql.experimental\`
  4. # required by createPaginationContainer
  5. fragment MobileHomeDiffsSearchList_search on DifferentialRevisionSearch {
  6. # required by createPaginationContainer
  7. name
  8. }
  9. \`;
  10. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11. graphql.experimental\`
  12. # required by createPaginationContainer
  13. fragment MobileHomeDiffsSearchList_search on DifferentialRevisionSearch {
  14. # required by createPaginationContainer
  15. name
  16. }
  17. \`;
  18. `;