Skip to content

Commit

Permalink
Why is lint-staged not working ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
haworku committed Apr 25, 2024
1 parent 361d9b3 commit 4ea17cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const ChangeHistoryV2 = ({
return submission.cause === 'CONTRACT_SUBMISSION'
}
)
console.log(contractSubmissions)

//Reverse revisions to order from earliest to latest revision. This is to correctly set version for each
// contract & recontract.
const reversedRevisions = [...contractSubmissions].reverse()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ describe('CMS user', () => {
expect(recordText[4]).to.contain('View past submission version')
expect(recordText[4]).to.not.contain('Changes made:')
expect(recordText[4]).to.not.contain('Reason for unlock:')
console.log(recordText)

})
})
})
Expand Down Expand Up @@ -456,7 +456,7 @@ describe('CMS user', () => {
expect(recordText[4]).to.contain(/View past submission version/)
expect(recordText[4]).to.not.contain(/Changes made:/)
expect(recordText[4]).to.not.contain(/Reason for unlock:/)
console.log(recordText)

})
})
})
Expand Down

0 comments on commit 4ea17cc

Please sign in to comment.