prettier/tests/flow/replace/__snapshots__/jsfmt.spec.js.snap

24 lines
607 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`test.js 1`] = `
====================================options=====================================
parsers: ["flow"]
printWidth: 80
| printWidth
=====================================input======================================
var a = 0;
function foo(x) { }
foo("");
=====================================output=====================================
var a = 0;
function foo(x) {}
foo("");
================================================================================
`;