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

22 lines
634 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`test.css 1`] = `
====================================options=====================================
parsers: ["css"]
printWidth: 80
| printWidth
=====================================input======================================
.blah {
/* hloow <|> */
background-color: white;
}
=====================================output=====================================
.blah {
/* hloow <|> */
background-color: white;
}
================================================================================
`;