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

13 lines
226 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`test.js 1`] = `
// @flow
let foo = require('foo');
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// @flow
let foo = require("foo");
`;