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

18 lines
604 B
Plaintext
Raw Normal View History

2017-05-27 01:54:39 +03:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`string.css 1`] = `
====================================options=====================================
parsers: ["css"]
printWidth: 80
| printWidth
=====================================input======================================
2017-05-27 01:54:39 +03:00
:not(".public/basics/positioning") {
}
=====================================output=====================================
2017-05-27 01:54:39 +03:00
:not(".public/basics/positioning") {
}
================================================================================
2017-05-27 01:54:39 +03:00
`;