Skip to content

Commit

Permalink
add temp debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Mar 24, 2021
1 parent 15f4180 commit d6084e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/legacyreport.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ describe('reconcile legacy reports', () => {
it('tests the reconciliation process', async () => {
await reconcileLegacyReports();
mockReport2 = await ActivityReport.findOne({ where: { id: mockReport2.id } });
/* eslint-disable-next-line no-console */
console.log(mockReport2);
expect(mockReport2.userId).toBe(user2.id);
expect(mockReport2.approvingManagerId).toBe(manager.id);
const collaborators = await ActivityReportCollaborator.findAll({
Expand Down

0 comments on commit d6084e8

Please sign in to comment.