jsfmt.spec.js.snap 408 B

1234567891011121314151617181920
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`with-pragma.json5 1`] = `
  3. /** @format */
  4. {hello: "world"}
  5. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. /** @format */
  7. { hello: "world" }
  8. `;
  9. exports[`without-pragma.json5 1`] = `
  10. {hello: "world"}
  11. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12. {hello: "world"}
  13. `;