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

20 lines
544 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`no_regression.js 1`] = `
// Ensure no regression.
"use strict";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Ensure no regression.
"use strict";
`;
exports[`use_strict.js 1`] = `
// Parentheses around expression statement should be preserved in this case.
("use strict");
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Parentheses around expression statement should be preserved in this case.
("use strict");
`;