@aofl/object-utils
Advanced tools
Comparing version 3.0.0-beta.32 to 3.0.0-beta.34
{ | ||
"name": "@aofl/object-utils", | ||
"version": "3.0.0-beta.32", | ||
"version": "3.0.0-beta.34", | ||
"description": "A small collection of Object utility functions designed to have a small footprint (20b gz) and be performant", | ||
@@ -39,3 +39,4 @@ "main": "index.js", | ||
"tsd-jsdoc": "^2.4.0" | ||
} | ||
}, | ||
"gitHead": "4cb990815f59483bc2ba6051e55cb593245567e2" | ||
} |
@@ -20,3 +20,3 @@ /* eslint no-invalid-this: "off" */ | ||
expect(badFn).to.throw(Error); | ||
expect(badFn).to.throw; | ||
}); | ||
@@ -29,4 +29,4 @@ | ||
expect(badFn).to.throw(Error); | ||
expect(badFn).to.throw; | ||
}); | ||
}); |
25616
22