winterbe / jest-teamcity-reporter

Teamcity Reporter for Jest Unittest Results
https://www.npmjs.com/package/jest-teamcity-reporter
Other
50 stars 23 forks source link

Add module name to test title #31

Open harelmo opened 3 years ago

harelmo commented 3 years ago

In a monorepo, having unit/index.spec.js as the title of the failing suite might be ambiguous. This PR adds the name of the package enclosing the test-file @scope/my-package - unit/index.spec.js would help in better locating the file in case of a failing test, sparing the need to go through the logs

harelmo commented 3 years ago

@winterbe can you please review? 🙏