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.
testLocationInResults
1 parent 5741a70 commit 034566fCopy full SHA for 034566f
src/config/jest.config.js
@@ -28,6 +28,7 @@ const jestConfig = {
28
collectCoverageFrom: [`**/${testMatchGlob}`],
29
testMatch,
30
testPathIgnorePatterns: [...ignores, '<rootDir>/dist'],
31
+ testLocationInResults: true,
32
coveragePathIgnorePatterns: [
33
...ignores,
34
'src/(umd|cjs|esm)-entry.js$',
0 commit comments