@johanblumenberg/ts-mockito
Advanced tools
Comparing version 1.0.33 to 1.0.34
@@ -37,4 +37,6 @@ "use strict"; | ||
this.processProperties(this.clazz.prototype); | ||
this.processClassCode(this.clazz); | ||
this.processFunctionsCode(this.clazz.prototype); | ||
if (typeof Proxy === "undefined") { | ||
this.processClassCode(this.clazz); | ||
this.processFunctionsCode(this.clazz.prototype); | ||
} | ||
} | ||
@@ -41,0 +43,0 @@ if (typeof Proxy !== "undefined") { |
{ | ||
"name": "@johanblumenberg/ts-mockito", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"description": "Mocking library for TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "lib/ts-mockito.js", |
@@ -456,1 +456,2 @@ # @johanblumenberg/ts-mockito | ||
* Johan Blumenberg (https://github.com/johanblumenberg) | ||
* Lorens León (https://github.com/leon19) |
Sorry, the diff of this file is not supported yet
178613
2699
457