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

15 lines
265 B
Plaintext

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