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

16 lines
591 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`type.js 1`] = `
====================================options=====================================
parsers: ["flow", "babel"]
printWidth: 80
| printWidth
=====================================input======================================
export type * from "module";
=====================================output=====================================
export type * from "module";
================================================================================
`;