@burstjs/http
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -11,3 +11,5 @@ import HttpResponse from './httpResponse'; | ||
delete(url: string): Promise<HttpResponse>; | ||
mockClear(): void; | ||
mockImplementationOnce(): void; | ||
} | ||
export default Http; |
@@ -73,4 +73,6 @@ "use strict"; | ||
} | ||
mockClear() { } | ||
mockImplementationOnce() { } | ||
} | ||
exports.default = Http; | ||
//# sourceMappingURL=http.js.map |
@@ -57,2 +57,4 @@ "use strict"; | ||
} | ||
mockClear() { } | ||
mockImplementationOnce() { } | ||
static reset() { | ||
@@ -59,0 +61,0 @@ http_1.default.mockClear(); |
{ | ||
"name": "@burstjs/http", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Send commands to BURST over HTTP", | ||
@@ -49,3 +49,3 @@ "contributors": [ | ||
}, | ||
"gitHead": "ff43ba4a374f88ff5f3a95115da7fd18f9efe364", | ||
"gitHead": "d66916118ee787da2aacfc18b9809c66617c2b57", | ||
"publishConfig": { | ||
@@ -52,0 +52,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22219
474