Version: 2.0.7
this.server.respondWith('GET', '/test', 'foo!') var div = make('<div></div>') htmx.ajax('GET', '/test', div) this.server.respond() div.innerHTML.should.equal('foo!')