Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwong246 committed Mar 25, 2024
1 parent 5adfc85 commit 06b7fda
Show file tree
Hide file tree
Showing 21 changed files with 3,590 additions and 1,295 deletions.
2,202 changes: 1,617 additions & 585 deletions dist/Report.css

Large diffs are not rendered by default.

1,166 changes: 621 additions & 545 deletions dist/Report.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/chunk-OLKJ7VW4.js → dist/chunk-2GR5DWQ4.js
Original file line number Diff line number Diff line change
Expand Up @@ -4078,7 +4078,7 @@ var should = import_index.default.should;
var assert = import_index.default.assert;
var core = import_index.default.core;

// ../testeranto/dist/module/core.js
// node_modules/testeranto/dist/module/core.js
var defaultTestResource = { name: "", fs: ".", ports: [] };
var defaultTestResourceRequirement = {
ports: 0
Expand Down Expand Up @@ -4425,7 +4425,7 @@ var TesterantoLevelTwo = class extends TesterantoLevelOne {
}
};

// ../testeranto/dist/module/Web.js
// node_modules/testeranto/dist/module/Web.js
var webSocket = new WebSocket("ws://localhost:8080");
var Web_default = async (input, testSpecification, testImplementation, testInterface, testResourceRequirement = defaultTestResourceRequirement) => {
const mrt = new TesterantoLevelTwo(input, testSpecification, testImplementation, testInterface, testResourceRequirement, testInterface.assertioner || (async (t2) => t2), testInterface.beforeEach || async function(subject, initialValues, testResource) {
Expand Down
8 changes: 4 additions & 4 deletions dist/features.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import {
__toESM
} from "./chunk-4ATCX2XT.js";

// ../testeranto/node_modules/graphology/dist/graphology.umd.min.js
// node_modules/graphology/dist/graphology.umd.min.js
var require_graphology_umd_min = __commonJS({
"../testeranto/node_modules/graphology/dist/graphology.umd.min.js"(exports, module) {
"node_modules/graphology/dist/graphology.umd.min.js"(exports, module) {
!function(t, e) {
"object" == typeof exports && "undefined" != typeof module ? module.exports = e() : "function" == typeof define && define.amd ? define(e) : (t = "undefined" != typeof globalThis ? globalThis : t || self).graphology = e();
}(exports, function() {
Expand Down Expand Up @@ -88,7 +88,7 @@ var require_graphology_umd_min = __commonJS({
return i2 ? o2 = "mixed" === r2 ? i2.out && i2.out[n2] || i2.undirected && i2.undirected[n2] : "directed" === r2 ? i2.out && i2.out[n2] : i2.undirected && i2.undirected[n2] : o2;
}
function s(e2) {
return "object" === t(e2) && null !== e2 && e2.constructor === Object;
return "object" === t(e2) && null !== e2;
}
function h(t2) {
var e2;
Expand Down Expand Up @@ -1984,7 +1984,7 @@ var require_graphology_umd_min = __commonJS({
}
});

// ../testeranto/dist/module/Features.js
// node_modules/testeranto/dist/module/Features.js
var import_graphology = __toESM(require_graphology_umd_min(), 1);
var { DirectedGraph, UndirectedGraph } = import_graphology.default;
var BaseFeature = class {
Expand Down
2 changes: 1 addition & 1 deletion dist/src/ClassicalComponent.electron.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
Web_default,
assert
} from "../chunk-OLKJ7VW4.js";
} from "../chunk-2GR5DWQ4.js";
import {
ClassicalComponent
} from "../chunk-S6FS72L5.js";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"actual": "{}",
"expected": "{\"children\":[]}",
"operator": "strictEqual",
"stack": "AssertionError: expected '{}' to deeply equal '{\"children\":[]}'\n at Then.thenCB (/Users/adam/Code/kokomoBay/dist/src/ClassicalComponent.esbuild-puppeteer.test.js:234:28)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Given.give (/Users/adam/Code/testeranto/dist/common/core.js:94:27)\n at async TesterantoLevelTwo.constructor.run (/Users/adam/Code/testeranto/dist/common/core.js:37:30)\n at async /Users/adam/Code/testeranto/dist/common/core.js:285:20\n at async Object.receiveTestResourceConfig (/Users/adam/Code/testeranto/dist/common/core.js:306:39)\n at async exports.default (/Users/adam/Code/testeranto/dist/common/Node.js:21:28)"
"stack": "AssertionError: expected '{}' to deeply equal '{\"children\":[]}'\n at Then.thenCB (/Users/adam/Code/kokomoBay/dist/src/ClassicalComponent.esbuild-puppeteer.test.js:234:28)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Given.give (/Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/core.js:94:27)\n at async TesterantoLevelTwo.constructor.run (/Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/core.js:37:30)\n at async /Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/core.js:285:20\n at async Object.receiveTestResourceConfig (/Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/core.js:306:39)\n at async exports.default (/Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/Node.js:21:28)"
},
"AssertionError: expected '{}' to deeply equal '{\"children\":[]}'\n at Then.thenCB (/Users/adam/Code/kokomoBay/dist/src/ClassicalComponent.esbuild-puppeteer.test.js:234:28)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Given.give (/Users/adam/Code/testeranto/dist/common/core.js:94:27)\n at async TesterantoLevelTwo.constructor.run (/Users/adam/Code/testeranto/dist/common/core.js:37:30)\n at async /Users/adam/Code/testeranto/dist/common/core.js:285:20\n at async Object.receiveTestResourceConfig (/Users/adam/Code/testeranto/dist/common/core.js:306:39)\n at async exports.default (/Users/adam/Code/testeranto/dist/common/Node.js:21:28)"
"AssertionError: expected '{}' to deeply equal '{\"children\":[]}'\n at Then.thenCB (/Users/adam/Code/kokomoBay/dist/src/ClassicalComponent.esbuild-puppeteer.test.js:234:28)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Given.give (/Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/core.js:94:27)\n at async TesterantoLevelTwo.constructor.run (/Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/core.js:37:30)\n at async /Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/core.js:285:20\n at async Object.receiveTestResourceConfig (/Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/core.js:306:39)\n at async exports.default (/Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/Node.js:21:28)"
],
"features": [
"test"
Expand Down Expand Up @@ -51,9 +51,9 @@
"actual": "{}",
"expected": "{\"children\":[]}",
"operator": "strictEqual",
"stack": "AssertionError: expected '{}' to deeply equal '{\"children\":[]}'\n at Then.thenCB (/Users/adam/Code/kokomoBay/dist/src/ClassicalComponent.esbuild-puppeteer.test.js:234:28)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Given.give (/Users/adam/Code/testeranto/dist/common/core.js:94:27)\n at async TesterantoLevelTwo.constructor.run (/Users/adam/Code/testeranto/dist/common/core.js:37:30)\n at async /Users/adam/Code/testeranto/dist/common/core.js:285:20\n at async Object.receiveTestResourceConfig (/Users/adam/Code/testeranto/dist/common/core.js:306:39)\n at async exports.default (/Users/adam/Code/testeranto/dist/common/Node.js:21:28)"
"stack": "AssertionError: expected '{}' to deeply equal '{\"children\":[]}'\n at Then.thenCB (/Users/adam/Code/kokomoBay/dist/src/ClassicalComponent.esbuild-puppeteer.test.js:234:28)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Given.give (/Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/core.js:94:27)\n at async TesterantoLevelTwo.constructor.run (/Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/core.js:37:30)\n at async /Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/core.js:285:20\n at async Object.receiveTestResourceConfig (/Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/core.js:306:39)\n at async exports.default (/Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/Node.js:21:28)"
},
"AssertionError: expected '{}' to deeply equal '{\"children\":[]}'\n at Then.thenCB (/Users/adam/Code/kokomoBay/dist/src/ClassicalComponent.esbuild-puppeteer.test.js:234:28)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Given.give (/Users/adam/Code/testeranto/dist/common/core.js:94:27)\n at async TesterantoLevelTwo.constructor.run (/Users/adam/Code/testeranto/dist/common/core.js:37:30)\n at async /Users/adam/Code/testeranto/dist/common/core.js:285:20\n at async Object.receiveTestResourceConfig (/Users/adam/Code/testeranto/dist/common/core.js:306:39)\n at async exports.default (/Users/adam/Code/testeranto/dist/common/Node.js:21:28)"
"AssertionError: expected '{}' to deeply equal '{\"children\":[]}'\n at Then.thenCB (/Users/adam/Code/kokomoBay/dist/src/ClassicalComponent.esbuild-puppeteer.test.js:234:28)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Given.give (/Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/core.js:94:27)\n at async TesterantoLevelTwo.constructor.run (/Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/core.js:37:30)\n at async /Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/core.js:285:20\n at async Object.receiveTestResourceConfig (/Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/core.js:306:39)\n at async exports.default (/Users/adam/Code/kokomoBay/node_modules/testeranto/dist/common/Node.js:21:28)"
],
"features": [
"test"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ REQUEST
[object Object]
REQUEST
[object Object]
Res 200 http://localhost:8000/dist/chunk-YI7SC5VN.js {"sec-ch-ua":"\"HeadlessChrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\"","referer":"http://localhost:8000/dist/src/ClassicalComponent.js","origin":"null","sec-ch-ua-mobile":"?0","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/123.0.6312.58 Safari/537.36","sec-ch-ua-platform":"\"macOS\"","accept":"*/*"}
Res 200 http://localhost:8000/dist/chunk-S6FS72L5.js {"sec-ch-ua":"\"HeadlessChrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\"","referer":"http://localhost:8000/dist/src/ClassicalComponent.js","origin":"null","sec-ch-ua-mobile":"?0","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/123.0.6312.58 Safari/537.36","sec-ch-ua-platform":"\"macOS\"","accept":"*/*"}
Res 200 http://localhost:8000/dist/chunk-4ATCX2XT.js {"sec-ch-ua":"\"HeadlessChrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\"","referer":"http://localhost:8000/dist/src/ClassicalComponent.js","origin":"null","sec-ch-ua-mobile":"?0","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/123.0.6312.58 Safari/537.36","sec-ch-ua-platform":"\"macOS\"","accept":"*/*"}
Res 200 http://localhost:8000/dist/chunk-YI7SC5VN.js {"sec-ch-ua":"\"HeadlessChrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\"","referer":"http://localhost:8000/dist/src/ClassicalComponent.js","origin":"null","sec-ch-ua-mobile":"?0","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/123.0.6312.58 Safari/537.36","sec-ch-ua-platform":"\"macOS\"","accept":"*/*"}
LOG DOMContentLoaded and root found JSHandle@function
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ REQUEST
[object Object]
REQUEST
[object Object]
Res 200 http://localhost:8000/dist/chunk-S6FS72L5.js {"sec-ch-ua":"\"HeadlessChrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\"","referer":"http://localhost:8000/dist/src/ClassicalComponent.js","origin":"null","sec-ch-ua-mobile":"?0","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/123.0.6312.58 Safari/537.36","sec-ch-ua-platform":"\"macOS\"","accept":"*/*"}
Res 200 http://localhost:8000/dist/chunk-YI7SC5VN.js {"sec-ch-ua":"\"HeadlessChrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\"","referer":"http://localhost:8000/dist/src/ClassicalComponent.js","origin":"null","sec-ch-ua-mobile":"?0","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/123.0.6312.58 Safari/537.36","sec-ch-ua-platform":"\"macOS\"","accept":"*/*"}
Res 200 http://localhost:8000/dist/chunk-4ATCX2XT.js {"sec-ch-ua":"\"HeadlessChrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\"","referer":"http://localhost:8000/dist/src/ClassicalComponent.js","origin":"null","sec-ch-ua-mobile":"?0","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/123.0.6312.58 Safari/537.36","sec-ch-ua-platform":"\"macOS\"","accept":"*/*"}
Res 200 http://localhost:8000/dist/chunk-YI7SC5VN.js {"sec-ch-ua":"\"HeadlessChrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\"","referer":"http://localhost:8000/dist/src/ClassicalComponent.js","origin":"null","sec-ch-ua-mobile":"?0","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/123.0.6312.58 Safari/537.36","sec-ch-ua-platform":"\"macOS\"","accept":"*/*"}
Res 200 http://localhost:8000/dist/chunk-S6FS72L5.js {"sec-ch-ua":"\"HeadlessChrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\"","referer":"http://localhost:8000/dist/src/ClassicalComponent.js","origin":"null","sec-ch-ua-mobile":"?0","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/123.0.6312.58 Safari/537.36","sec-ch-ua-platform":"\"macOS\"","accept":"*/*"}
LOG DOMContentLoaded and root found JSHandle@function
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ REQUEST
REQUEST
[object Object]
Res 200 http://localhost:8000/dist/chunk-S6FS72L5.js {"sec-ch-ua":"\"HeadlessChrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\"","referer":"http://localhost:8000/dist/src/ClassicalComponent.js","origin":"null","sec-ch-ua-mobile":"?0","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/123.0.6312.58 Safari/537.36","sec-ch-ua-platform":"\"macOS\"","accept":"*/*"}
Res 200 http://localhost:8000/dist/chunk-4ATCX2XT.js {"sec-ch-ua":"\"HeadlessChrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\"","referer":"http://localhost:8000/dist/src/ClassicalComponent.js","origin":"null","sec-ch-ua-mobile":"?0","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/123.0.6312.58 Safari/537.36","sec-ch-ua-platform":"\"macOS\"","accept":"*/*"}
Res 200 http://localhost:8000/dist/chunk-YI7SC5VN.js {"sec-ch-ua":"\"HeadlessChrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\"","referer":"http://localhost:8000/dist/src/ClassicalComponent.js","origin":"null","sec-ch-ua-mobile":"?0","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/123.0.6312.58 Safari/537.36","sec-ch-ua-platform":"\"macOS\"","accept":"*/*"}
Res 200 http://localhost:8000/dist/chunk-4ATCX2XT.js {"sec-ch-ua":"\"HeadlessChrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\"","referer":"http://localhost:8000/dist/src/ClassicalComponent.js","origin":"null","sec-ch-ua-mobile":"?0","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/123.0.6312.58 Safari/537.36","sec-ch-ua-platform":"\"macOS\"","accept":"*/*"}
LOG DOMContentLoaded and root found JSHandle@function
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/src/LoginPage.electron.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
Web_default,
assert
} from "../chunk-OLKJ7VW4.js";
} from "../chunk-2GR5DWQ4.js";
import {
require_client,
require_react,
Expand Down
4 changes: 2 additions & 2 deletions dist/src/LoginPage.electron.test.ts/results.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"actual": "adam@email.comadam@email.com",
"expected": "adam@email.com",
"operator": "strictEqual",
"stack": "AssertionError: expected 'adam@email.comadam@email.com' to equal 'adam@email.com'\n at Then.thenCB (file:///Users/adam/Code/kokomoBay/dist/src/LoginPage.electron.test.js:2902:16)\n at Then.test (file:///Users/adam/Code/kokomoBay/dist/chunk-OLKJ7VW4.js:4219:19)\n at async Given.give (file:///Users/adam/Code/kokomoBay/dist/chunk-OLKJ7VW4.js:4167:19)\n at async TesterantoLevelTwo.constructor.run (file:///Users/adam/Code/kokomoBay/dist/chunk-OLKJ7VW4.js:4115:22)\n at async file:///Users/adam/Code/kokomoBay/dist/chunk-OLKJ7VW4.js:4328:14\n at async Object.receiveTestResourceConfig (file:///Users/adam/Code/kokomoBay/dist/chunk-OLKJ7VW4.js:4349:29)\n at async Web_default (file:///Users/adam/Code/kokomoBay/dist/chunk-OLKJ7VW4.js:4441:22)"
"stack": "AssertionError: expected 'adam@email.comadam@email.com' to equal 'adam@email.com'\n at Then.thenCB (file:///Users/adam/Code/kokomoBay/dist/src/LoginPage.electron.test.js:2902:16)\n at Then.test (file:///Users/adam/Code/kokomoBay/dist/chunk-2GR5DWQ4.js:4219:19)\n at async Given.give (file:///Users/adam/Code/kokomoBay/dist/chunk-2GR5DWQ4.js:4167:19)\n at async TesterantoLevelTwo.constructor.run (file:///Users/adam/Code/kokomoBay/dist/chunk-2GR5DWQ4.js:4115:22)\n at async file:///Users/adam/Code/kokomoBay/dist/chunk-2GR5DWQ4.js:4328:14\n at async Object.receiveTestResourceConfig (file:///Users/adam/Code/kokomoBay/dist/chunk-2GR5DWQ4.js:4349:29)\n at async Web_default (file:///Users/adam/Code/kokomoBay/dist/chunk-2GR5DWQ4.js:4441:22)"
},
"AssertionError: expected 'adam@email.comadam@email.com' to equal 'adam@email.com'\n at Then.thenCB (file:///Users/adam/Code/kokomoBay/dist/src/LoginPage.electron.test.js:2902:16)\n at Then.test (file:///Users/adam/Code/kokomoBay/dist/chunk-OLKJ7VW4.js:4219:19)\n at async Given.give (file:///Users/adam/Code/kokomoBay/dist/chunk-OLKJ7VW4.js:4167:19)\n at async TesterantoLevelTwo.constructor.run (file:///Users/adam/Code/kokomoBay/dist/chunk-OLKJ7VW4.js:4115:22)\n at async file:///Users/adam/Code/kokomoBay/dist/chunk-OLKJ7VW4.js:4328:14\n at async Object.receiveTestResourceConfig (file:///Users/adam/Code/kokomoBay/dist/chunk-OLKJ7VW4.js:4349:29)\n at async Web_default (file:///Users/adam/Code/kokomoBay/dist/chunk-OLKJ7VW4.js:4441:22)"
"AssertionError: expected 'adam@email.comadam@email.com' to equal 'adam@email.com'\n at Then.thenCB (file:///Users/adam/Code/kokomoBay/dist/src/LoginPage.electron.test.js:2902:16)\n at Then.test (file:///Users/adam/Code/kokomoBay/dist/chunk-2GR5DWQ4.js:4219:19)\n at async Given.give (file:///Users/adam/Code/kokomoBay/dist/chunk-2GR5DWQ4.js:4167:19)\n at async TesterantoLevelTwo.constructor.run (file:///Users/adam/Code/kokomoBay/dist/chunk-2GR5DWQ4.js:4115:22)\n at async file:///Users/adam/Code/kokomoBay/dist/chunk-2GR5DWQ4.js:4328:14\n at async Object.receiveTestResourceConfig (file:///Users/adam/Code/kokomoBay/dist/chunk-2GR5DWQ4.js:4349:29)\n at async Web_default (file:///Users/adam/Code/kokomoBay/dist/chunk-2GR5DWQ4.js:4441:22)"
],
"features": []
},
Expand Down
2 changes: 1 addition & 1 deletion dist/src/Rectangle/Rectangle.test.electron.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
Web_default,
assert
} from "../../chunk-OLKJ7VW4.js";
} from "../../chunk-2GR5DWQ4.js";
import "../../chunk-4ATCX2XT.js";

// src/Rectangle.ts
Expand Down
26 changes: 26 additions & 0 deletions dist/src/Rectangle/Rectangle.test.electron.ts/log.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

Suite:,0,Testing the Rectangle class

Given: Default
When:,setWidth: 4
When:,setHeight: 9
Then:,getWidth: 4
Then:,getHeight: 9

Given: Default
When:,setWidth: 4
When:,setHeight: 5
Then:,getWidth: 4
Then:,getHeight: 5
Then:,area: 20
Then:,AreaPlusCircumference: 38

Given: Default
When:,setHeight: 4
When:,setWidth: 3
Then:,area: 12

Given: Default
When:,setHeight: 5
When:,setWidth: 5
Then:,area: 25
Loading

0 comments on commit 06b7fda

Please sign in to comment.