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

16 lines
276 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`basic.html - parse5-verify 1`] = `
<template>
<i class.bind="icon"></i>
</template>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<template>
<i class.bind="icon" />
</template>
`;