fix event removal in diff
fix CI
This commit is contained in:
parent
fc9d4f2ee4
commit
6c3036e5c6
10 changed files with 37 additions and 67 deletions
|
|
@ -6,10 +6,11 @@ var Request = require("../../request/request")
|
|||
var parseQueryString = require("../../querystring/parse")
|
||||
|
||||
o.spec("jsonp", function() {
|
||||
var mock, jsonp
|
||||
var mock, jsonp, spy
|
||||
o.beforeEach(function() {
|
||||
mock = xhrMock()
|
||||
jsonp = new Request(mock).jsonp
|
||||
spy = o.spy()
|
||||
jsonp = new Request(mock, spy).jsonp
|
||||
})
|
||||
|
||||
o("works", function(done) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue