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

20 lines
591 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`classes.js 1`] = `
====================================options=====================================
parsers: ["flow", "typescript"]
printWidth: 80
| printWidth
=====================================input======================================
class c {
["i"]() {}
}
=====================================output=====================================
class c {
["i"]() {}
}
================================================================================
`;