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

16 lines
541 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`issue2267.css 1`] = `
====================================options=====================================
parsers: ["css"]
printWidth: 80
| printWidth
=====================================input======================================
.x{}
=====================================output=====================================
.x{}
================================================================================
`;