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

28 lines
932 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`comments.js 1`] = `
====================================options=====================================
parsers: ["flow"]
printWidth: 80
| printWidth
=====================================input======================================
graphql.experimental\`
# required by createPaginationContainer
fragment MobileHomeDiffsSearchList_search on DifferentialRevisionSearch {
# required by createPaginationContainer
name
}
\`;
=====================================output=====================================
graphql.experimental\`
# required by createPaginationContainer
fragment MobileHomeDiffsSearchList_search on DifferentialRevisionSearch {
# required by createPaginationContainer
name
}
\`;
================================================================================
`;