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

53 lines
1.5 KiB
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`binaryish.js 1`] = `
"function f() {
return (
property.isIdentifier() &&
FUNCTIONS[property.node.name] &&
(object.isIdentifier(JEST_GLOBAL) ||
(callee.isMemberExpression() && shouldHoistExpression(object))) &&
FUNCTIONS[property.node.name](expr.get('arguments'))
);
return (
chalk.bold(
'No tests found related to files changed since last commit.\\\\n',
) +
chalk.dim(
patternInfo.watch ?
'Press \`a\` to run all tests, or run Jest with \`--watchAll\`.' :
'Run Jest without \`-o\` to run all tests.',
)
);
return !filePath.includes(coverageDirectory) &&
!filePath.endsWith(\`.\${SNAPSHOT_EXTENSION}\`);
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
function f() {
return (
property.isIdentifier() &&
FUNCTIONS[property.node.name] &&
(object.isIdentifier(JEST_GLOBAL) ||
(callee.isMemberExpression() && shouldHoistExpression(object))) &&
FUNCTIONS[property.node.name](expr.get(\\"arguments\\"))
);
return (
chalk.bold(\\"No tests found related to files changed since last commit.\\\\n\\") +
chalk.dim(
patternInfo.watch
? \\"Press \`a\` to run all tests, or run Jest with \`--watchAll\`.\\"
: \\"Run Jest without \`-o\` to run all tests.\\"
)
);
return (
!filePath.includes(coverageDirectory) &&
!filePath.endsWith(\`.\${SNAPSHOT_EXTENSION}\`)
);
}
"
`;