We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914c95e commit ae671dcCopy full SHA for ae671dc
packages/react-scripts/scripts/utils/createJestConfig.js
@@ -23,6 +23,8 @@ module.exports = (resolve, rootDir, isEjecting) => {
23
: undefined;
24
25
const config = {
26
+ roots: ['<rootDir>/src'],
27
+
28
collectCoverageFrom: ['src/**/*.{js,jsx,ts,tsx}', '!src/**/*.d.ts'],
29
30
setupFiles: [
0 commit comments