chore: reowrked tests to use a runBrowserTest to allow previewing the results in a browser

This commit is contained in:
2024-02-17 21:12:54 +01:00
parent 1c55b894c9
commit 3b540d0c48
7 changed files with 254 additions and 132 deletions

View File

@@ -1,6 +1,8 @@
// TODO: this should be the main module used, other should be imported manually if exceptions are needed?
export * from "./browser-test.ts";
export * from "./code-output.ts";
export * from "./print-code-output.ts";
export * from "./serve-test.ts";
// export * from './misc.js';