@dmail/expect
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -7,2 +7,14 @@ "use strict"; | ||
var _expectChain = require("./expectChain/expectChain.js"); | ||
Object.keys(_expectChain).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _expectChain[key]; | ||
} | ||
}); | ||
}); | ||
var _index = require("./expectMatch/index.js"); | ||
@@ -9,0 +21,0 @@ |
{ | ||
"name": "@dmail/expect", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": { |
// https://github.com/jsenv/core/blob/959e76068b62c23d7047f6a8c7a3d6582ac25177/more/lib/instruction/util/object-equals.js#L3 | ||
// https://github.com/jsenv/core/tree/959e76068b62c23d7047f6a8c7a3d6582ac25177/more/lib/instruction/assert | ||
export * from "./expectChain/expectChain.js" | ||
export * from "./expectMatch/index.js" | ||
export * from "./expectSpy/index.js" |
Sorry, the diff of this file is not supported yet
178405
2520