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

16 lines
562 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`test.js 1`] = `
====================================options=====================================
parsers: ["flow"]
printWidth: 80
| printWidth
=====================================input======================================
type Props = {||};
=====================================output=====================================
type Props = {||};
================================================================================
`;