prettier/tests/flow/incremental_cycle/tmp3/__snapshots__/jsfmt.spec.js.snap

18 lines
321 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`B.js 1`] = `
// @flow
var A = require ('./A');
import type C from './C';
export type B = string;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// @flow
var A = require("./A");
import type C from "./C";
export type B = string;
`;