jsfmt.spec.js.snap 260 B

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