prettier/tests/stylefmt/charset/__snapshots__/jsfmt.spec.js.snap

16 lines
563 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`charset.css 1`] = `
====================================options=====================================
parsers: ["css"]
printWidth: 80
| printWidth
=====================================input======================================
@charset "utf-8";
=====================================output=====================================
@charset "utf-8";
================================================================================
`;