prettier/tests/flow/error_messages/__snapshots__/jsfmt.spec.js.snap

10 lines
260 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`errors.js 1`] = `
if (typeof define === 'function' && define.amd) { }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
if (typeof define === "function" && define.amd) {
}
`;