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

21 lines
364 B
Plaintext

// 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";
`;