Skip to content

Commit 034566f

Browse files
committed
feat(config/jest): enable testLocationInResults
1 parent 5741a70 commit 034566f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const jestConfig = {
2828
collectCoverageFrom: [`**/${testMatchGlob}`],
2929
testMatch,
3030
testPathIgnorePatterns: [...ignores, '<rootDir>/dist'],
31+
testLocationInResults: true,
3132
coveragePathIgnorePatterns: [
3233
...ignores,
3334
'src/(umd|cjs|esm)-entry.js$',

0 commit comments

Comments
 (0)