@dmail/expect
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -42,2 +42,14 @@ "use strict"; | ||
}); | ||
var _expectThrowWith = require("./expectThrowWith/expectThrowWith.js"); | ||
Object.keys(_expectThrowWith).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _expectThrowWith[key]; | ||
} | ||
}); | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@dmail/expect", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -7,1 +7,2 @@ // https://github.com/jsenv/core/blob/959e76068b62c23d7047f6a8c7a3d6582ac25177/more/lib/instruction/util/object-equals.js#L3 | ||
export * from "./expectSpy/index.js" | ||
export * from "./expectThrowWith/expectThrowWith.js" |
Sorry, the diff of this file is not supported yet
209791
3003