Skip to content

Commit

Permalink
Merge pull request #156 from TerriaJS/fix-broken-specs
Browse files Browse the repository at this point in the history
Fixes broken specs.
  • Loading branch information
na9da authored May 1, 2024
2 parents 88c4472 + e3b68e9 commit 03c15ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/proxy.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,9 @@ describe('proxy', function() {
}

return request;
}
},

abort: () => {/* called by proxy.js on connection close */}
};

return request;
Expand Down

0 comments on commit 03c15ca

Please sign in to comment.