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

20 lines
595 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`override.js 1`] = `
====================================options=====================================
parsers: ["babel"]
printWidth: 80
| printWidth
=====================================input======================================
class Foo {
bar: () => this;
}
=====================================output=====================================
class Foo {
bar: () => this;
}
================================================================================
`;