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

17 lines
567 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`call.css 1`] = `
====================================options=====================================
parsers: ["css"]
printWidth: 80
| printWidth
=====================================input======================================
.e:extend(.f, .g) {}
=====================================output=====================================
.e:extend(.f, .g) {
}
================================================================================
`;