We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85242a commit 67cba2aCopy full SHA for 67cba2a
packages/web-scripts/config/lint-staged.config.js
@@ -25,7 +25,7 @@ const eslintConfig = process.env.WEB_SCRIPTS_ESLINT_CONFIG || getEslintConfig();
25
26
const testRelatedChanges = `jest ${
27
jestConfig ? `--config ${jestConfig} ` : ''
28
-}--bail --findRelatedTests`;
+}--bail --findRelatedTests --passWithNoTests`;
29
30
const lintRelatedChanges = `eslint --fix ${
31
eslintConfig ? `--config ${eslintConfig}` : ''
0 commit comments