Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshdasa12345 committed Dec 17, 2024
1 parent 470a5f1 commit 14b1785
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 @@ -59,6 +59,7 @@ describe('XHR', () => {

expect(historyPushSpy).not.to.have.been.called;
expect(history.location.search).to.equal('')
console.log('Final history.location.search:', history.location.search);

historyPushSpy.restore();
})
Expand Down

0 comments on commit 14b1785

Please sign in to comment.