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

15 lines
299 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`foo.js 1`] = `
/* @flow */
// No error, this file is ignored
var x: number = "string";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/* @flow */
// No error, this file is ignored
var x: number = "string";
`;