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

9 lines
260 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`maybe_return.js 1`] = `
function getScaledData({x}): ?{foo: number} {}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
function getScaledData({ x }): ?{ foo: number } {}
`;