Simpler path

This commit is contained in:
Markus Olsson 2020-07-09 22:47:41 +02:00
parent 573ae7b61f
commit c109b5a8ec

View file

@ -13,7 +13,7 @@ module.exports = {
// ignore index files
'!**/index.ts',
],
reporters: ['default', '<rootDir>../script/jest-actions-reporter.js'],
reporters: ['default', '<rootDir>/jest-actions-reporter.js'],
coverageReporters: ['text-summary', 'json', 'html', 'cobertura'],
globals: {
'ts-jest': {