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

11 lines
262 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`comments.js - flow-verify 1`] = `
type X = {...Y/**/};
type X = {/**/...Y};
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
type X = { ...Y /**/ };
type X = { /**/ ...Y };
`;