Skip to content

Commit

Permalink
Unbreak master, again.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Jul 18, 2017
1 parent 7fa9010 commit 009c065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_tests/__tests__/custom_reporters.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,12 @@ describe('Custom Reporters Integration', () => {
'__tests__/test.test.js': `test('test', () => {});`,
'package.json': JSON.stringify({
jest: {
testEnvironment: 'node',
reporters: ['default', '<rootDir>/reporter.js'],
testEnvironment: 'node',
},
}),
'reporter.js': `
'use strict';
module.exports = class Reporter {
onRunStart() {
throw new Error('ON_RUN_START_ERROR');
Expand Down

0 comments on commit 009c065

Please sign in to comment.