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

20 lines
629 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`basic.html 1`] = `
====================================options=====================================
parsers: ["html"]
printWidth: 80
| printWidth
=====================================input======================================
<template>
<i class.bind="icon"></i>
</template>
=====================================output=====================================
<template>
<i class.bind="icon"></i>
</template>
================================================================================
`;