Skip to content

Commit 12fedd6

Browse files
committed
chore: fix accidentally assimilated package.json
Signed-off-by: hainenber <[email protected]>
1 parent 1d82a5e commit 12fedd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/__tests__/customReporters.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,12 @@ describe('Custom Reporters Integration', () => {
190190
throw new Error('ON_RUN_START_ERROR');
191191
}
192192
};
193+
`,
193194
'package.json': JSON.stringify({
194195
jest: {
195196
reporters: ['@org/custom-reporter'],
196197
},
197198
}),
198-
`,
199199
});
200200

201201
const {stderr, exitCode} = runJest(DIR, undefined, {

0 commit comments

Comments
 (0)