Skip to content

Commit

Permalink
show test paths on output
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBarnes committed May 27, 2022
1 parent 9bee6fd commit 39ee715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Expand Up @@ -56,7 +56,7 @@ module.exports = {
snapshotSerializers: [`jest-serializer-path`],
collectCoverageFrom: coverageDirs,
reporters: process.env.CI
? [[`jest-silent-reporter`, { useDots: true }]].concat(
? [[`jest-silent-reporter`, { useDots: true, showPaths: true }]].concat(
useCoverage ? `jest-junit` : []
)
: [`default`].concat(useCoverage ? `jest-junit` : []),
Expand Down

0 comments on commit 39ee715

Please sign in to comment.