prettier/tests/multiparser_comments/__snapshots__/jsfmt.spec.js.snap

21 lines
562 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`comments.js 1`] = `
graphql.experimental\`
# required by createPaginationContainer
fragment MobileHomeDiffsSearchList_search on DifferentialRevisionSearch {
# required by createPaginationContainer
name
}
\`;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
graphql.experimental\`
# required by createPaginationContainer
fragment MobileHomeDiffsSearchList_search on DifferentialRevisionSearch {
# required by createPaginationContainer
name
}
\`;
`;