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

17 lines
251 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`test.js - flow-verify 1`] = `
var a = 0;
function foo(x) { }
foo("");
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
var a = 0;
function foo(x) {}
foo("");
`;