prettier/tests/flow/recheck/tmp1j/__snapshots__/jsfmt.spec.js.snap

24 lines
666 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`j1.js 1`] = `
====================================options=====================================
parsers: ["flow"]
printWidth: 80
| printWidth
=====================================input======================================
// @flow
const foo: { +[string]: number } = {};
module.exports = foo;
=====================================output=====================================
// @flow
const foo: { +[string]: number } = {};
module.exports = foo;
================================================================================
`;