Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshdasa12345 committed Dec 17, 2024
1 parent a832347 commit aadd399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit-client/assets/javascripts/lib/xhr.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ describe('XHR', () => {
const params = {}
XHR.updateOutlet(res, params)
expect(history.location.search).to.equal('')
})
it('should perform page load if unable to pushState', () => {
sinon.stub(history, 'replace').throws('error')
const testWindow = {
Expand Down

0 comments on commit aadd399

Please sign in to comment.