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

19 lines
331 B
Plaintext
Raw Normal View History

exports[`test root.js 1`] = `
"/**
* @providesModule Root
* @flow
*/
// trivial edit (adding this comment)
2016-12-30 19:56:42 +03:00
module.exports = \'Root\';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/**
* @providesModule Root
* @flow
*/
// trivial edit (adding this comment)
2017-01-11 18:16:38 +03:00
module.exports = \"Root\";
"
`;