Skip to content

Commit

Permalink
0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwong246 committed Oct 11, 2024
1 parent afe8edf commit b67b6b9
Show file tree
Hide file tree
Showing 68 changed files with 271,878 additions and 2,470 deletions.
20 changes: 14 additions & 6 deletions dist/chunk-37RU6URC.mjs → dist/chunk-4YYJXUVQ.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ var __esm = (fn, res) => function __init() {
var __commonJS = (cb, mod) => function __require2() {
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
};
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
Expand All @@ -33,6 +37,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
mod
));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);

// node_modules/testeranto/dist/cjs-shim.js
import { createRequire } from "node:module";
Expand Down Expand Up @@ -311,31 +316,31 @@ var BaseBuilder = class {
};
var ClassBuilder = class extends BaseBuilder {
constructor(testImplementation, testSpecification, input, suiteKlasser, givenKlasser, whenKlasser, thenKlasser, checkKlasser, testResourceRequirement, logWriter) {
const classySuites = Object.entries(testImplementation.Suites).reduce((a, [key], index) => {
const classySuites = Object.entries(testImplementation.suites).reduce((a, [key], index) => {
a[key] = (somestring, givens, checks) => {
return new suiteKlasser.prototype.constructor(somestring, index, givens, checks);
};
return a;
}, {});
const classyGivens = Object.entries(testImplementation.Givens).reduce((a, [key, givEn]) => {
const classyGivens = Object.entries(testImplementation.givens).reduce((a, [key, givEn]) => {
a[key] = (features, whens, thens, givEn2) => {
return new givenKlasser.prototype.constructor(key, features, whens, thens, testImplementation.Givens[key], givEn2);
return new givenKlasser.prototype.constructor(key, features, whens, thens, testImplementation.givens[key], givEn2);
};
return a;
}, {});
const classyWhens = Object.entries(testImplementation.Whens).reduce((a, [key, whEn]) => {
const classyWhens = Object.entries(testImplementation.whens).reduce((a, [key, whEn]) => {
a[key] = (payload) => {
return new whenKlasser.prototype.constructor(`${whEn.name}: ${payload && payload.toString()}`, whEn(payload));
};
return a;
}, {});
const classyThens = Object.entries(testImplementation.Thens).reduce((a, [key, thEn]) => {
const classyThens = Object.entries(testImplementation.thens).reduce((a, [key, thEn]) => {
a[key] = (expected, x) => {
return new thenKlasser.prototype.constructor(`${thEn.name}: ${expected && expected.toString()}`, thEn(expected));
};
return a;
}, {});
const classyChecks = Object.entries(testImplementation.Checks).reduce((a, [key, z]) => {
const classyChecks = Object.entries(testImplementation.checks).reduce((a, [key, z]) => {
a[key] = (somestring, features, callback) => {
return new checkKlasser.prototype.constructor(somestring, features, callback, classyWhens, classyThens);
};
Expand Down Expand Up @@ -521,8 +526,11 @@ var Node_default = async (input, testSpecification, testImplementation, testInte

export {
__require,
__esm,
__commonJS,
__export,
__toESM,
__toCommonJS,
init_cjs_shim,
Node_default
};
21 changes: 21 additions & 0 deletions dist/chunk-6EQF54EJ.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import {
__commonJS,
init_cjs_shim
} from "./chunk-4YYJXUVQ.mjs";

// node_modules/@babel/runtime/helpers/interopRequireDefault.js
var require_interopRequireDefault = __commonJS({
"node_modules/@babel/runtime/helpers/interopRequireDefault.js"(exports, module) {
init_cjs_shim();
function _interopRequireDefault(e) {
return e && e.__esModule ? e : {
"default": e
};
}
module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports;
}
});

export {
require_interopRequireDefault
};
2 changes: 1 addition & 1 deletion dist/chunk-PXRN4HF2.mjs → dist/chunk-6JXA32GL.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
require_react
} from "./chunk-2LOR6N5V.mjs";
} from "./chunk-FH7RWEQP.mjs";
import {
__commonJS,
__toESM
Expand Down
2 changes: 1 addition & 1 deletion dist/chunk-TKIKOOI7.mjs → dist/chunk-7SV3FQXP.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
__commonJS,
__require,
init_cjs_shim
} from "./chunk-37RU6URC.mjs";
} from "./chunk-4YYJXUVQ.mjs";

// node_modules/testeranto/node_modules/scheduler/cjs/scheduler-unstable_mock.production.min.js
var require_scheduler_unstable_mock_production_min = __commonJS({
Expand Down
4 changes: 2 additions & 2 deletions dist/chunk-WJPO3I6B.mjs → dist/chunk-BUEWGO3J.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import {
require_react_test_renderer
} from "./chunk-TKIKOOI7.mjs";
} from "./chunk-7SV3FQXP.mjs";
import {
Node_default,
__toESM,
init_cjs_shim
} from "./chunk-37RU6URC.mjs";
} from "./chunk-4YYJXUVQ.mjs";

// node_modules/testeranto/dist/module/SubPackages/react-test-renderer/jsx/node.js
init_cjs_shim();
Expand Down
Loading

0 comments on commit b67b6b9

Please sign in to comment.