Skip to content

Commit

Permalink
dist to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwong246 committed Oct 15, 2024
1 parent dc6495d commit 4c64976
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 618 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7048,9 +7048,9 @@ var require_stream_duplex = __commonJS({
}
});

// node_modules/testeranto/node_modules/safe-buffer/index.js
// node_modules/testeranto/node_modules/string_decoder/node_modules/safe-buffer/index.js
var require_safe_buffer = __commonJS({
"node_modules/testeranto/node_modules/safe-buffer/index.js"(exports, module) {
"node_modules/testeranto/node_modules/string_decoder/node_modules/safe-buffer/index.js"(exports, module) {
init_cjs_shim();
var buffer = __require("buffer");
var Buffer2 = buffer.Buffer;
Expand Down
8 changes: 4 additions & 4 deletions dist/report.html → docs/report.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<title>kokomoBay - testeranto</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="" />
<link rel="stylesheet" href="/dist/Report.css" />
<script src="/dist/Report.js"></script>
<link rel="stylesheet" href="/Report.css" />
<script src="/Report.js"></script>

<script type="importmap">
{
"imports": {
"tests.test.js": "./tests.test.js",
"features.test.js": "./features.test.js"
"tests.test.js": "/tests.test.js",
"features.test.js": "/features.test.js"
}
}
</script>
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>

<body>
<h1>/Users/adam/Code/kokomoBay/dist/web/src/ClassicalComponent/test.html</h1>
<h1>/Users/adam/Code/kokomoBay/docs/web/src/ClassicalComponent/test.html</h1>
<div id="root">

</div>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>

<body>
<h1>/Users/adam/Code/kokomoBay/dist/web/src/Rectangle/Rectangle.test.electron.html</h1>
<h1>/Users/adam/Code/kokomoBay/docs/web/src/Rectangle/Rectangle.test.electron.html</h1>
<div id="root">

</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]
},
"scripts": {
"dev": "rm -rf dist/web && rm -rf dist/node && yarn upgrade -f testeranto && yarn test",
"dev": "rm -rf docs/web && rm -rf docs/node && yarn upgrade -f testeranto && yarn test",
"test": "ts-node-esm testeranto.mts",
"test2": "node --loader ts-node/esm project.test.mts"
},
Expand Down
2 changes: 1 addition & 1 deletion testeranto.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"outdir": "dist",
"outdir": "docs",
"tests": [
// [
// "./src/LoginPage/react/web.test.tsx",
Expand Down
622 changes: 14 additions & 608 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 4c64976

Please sign in to comment.