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

20 lines
735 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`empty_generic_break.js 1`] = `
====================================options=====================================
parsers: ["flow", "babel"]
printWidth: 80
| printWidth
=====================================input======================================
class X {
a: B<> = SuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperLong;
}
=====================================output=====================================
class X {
a: B<> = SuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperLong;
}
================================================================================
`;