prettier/tests/flow_annotation/__snapshots__/jsfmt.spec.js.snap

9 lines
248 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`array_of_functions.js 1`] = `
const actionArray: (() => void)[] = [];
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
const actionArray: (() => void)[] = [];
`;