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

20 lines
735 B
Plaintext
Raw Permalink Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`empty_generic_break.js 1`] = `
====================================options=====================================
2018-12-27 16:05:19 +03:00
parsers: ["flow", "babel"]
printWidth: 80
| printWidth
=====================================input======================================
class X {
a: B<> = SuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperLong;
}
=====================================output=====================================
class X {
a: B<> = SuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperSuperLong;
}
================================================================================
`;