Skip to content

Commit

Permalink
Merge pull request #1 from wallet-test-framework/test-report
Browse files Browse the repository at this point in the history
Test report
  • Loading branch information
SamWilsn authored Mar 7, 2024
2 parents 4f816f1 + 5f021ae commit 24d0904
Show file tree
Hide file tree
Showing 6 changed files with 1,202 additions and 449 deletions.
8 changes: 7 additions & 1 deletion Build.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ const options = {

absWorkingDir: fileURLToPath(new URL(".", import.meta.url)),

entryPoints: ["src/index.ts", "src/cli.ts", "src/glue.ts", "src/units.ts"],
entryPoints: [
"src/index.ts",
"src/cli.ts",
"src/glue.ts",
"src/units.ts",
"src/logger.ts",
],

bundle: false,
outbase: "src",
Expand Down
Loading

0 comments on commit 24d0904

Please sign in to comment.