prettier/tests/flow/esproposal_export_star_as.warn/__snapshots__/jsfmt.spec.js.snap

13 lines
242 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`test.js 1`] = `
/* @flow */
export * as foo from "./test";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/* @flow */
export * as foo from "./test";
`;