prettier/tests/typescript/conformance/comments/__snapshots__/jsfmt.spec.js.snap

16 lines
652 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`comments.ts 1`] = `
====================================options=====================================
parsers: ["typescript"]
printWidth: 80
| printWidth
=====================================input======================================
/* http://www.site.com or http://www.site.com/page.html */
=====================================output=====================================
/* http://www.site.com or http://www.site.com/page.html */
================================================================================
`;