Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Oct 9, 2023
1 parent e074903 commit de0e0e7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions assets/test/socket_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ describe("with transports", function(){
window.XMLHttpRequest = sinon.useFakeXMLHttpRequest()
})

after(function(done){
window.WebSocket = null
window.XMLHttpRequest = null
done()
})

describe("constructor", function(){
it("sets defaults", function(){
socket = new Socket("/socket")
Expand Down

0 comments on commit de0e0e7

Please sign in to comment.