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

11 lines
211 B
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`libtest.js - flow-verify 1`] = `
foo(123);
bar(123);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo(123);
2017-01-11 18:16:38 +03:00
bar(123);
`;