prettier/tests/flow/incremental_mixed_naming_cycle/tmp1/__snapshots__/jsfmt.spec.js.snap

21 lines
370 B
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`root.js 1`] = `
"/**
* @providesModule Root
* @flow
*/
// trivial edit (adding this comment)
module.exports = 'Root';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/**
* @providesModule Root
* @flow
*/
// trivial edit (adding this comment)
module.exports = \\"Root\\";
2017-01-11 18:16:38 +03:00
"
`;