prettier/tests/async/top-level-await/__snapshots__/jsfmt.spec.js.snap

16 lines
582 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`example.js 1`] = `
====================================options=====================================
parsers: ["babylon", "typescript"]
printWidth: 80
| printWidth
=====================================input======================================
await something();
=====================================output=====================================
await something();
================================================================================
`;