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

10 lines
198 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`call.css 1`] = `
.e:extend(.f, .g) {}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.e:extend(.f, .g) {
}
`;