The tests work

This commit is contained in:
2026-09-07 10:56:08 +00:00
parent f01f9bc56b
commit b7bedc5476
19 changed files with 1855 additions and 1559 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ describe("loadTemplateFromFile", () => {
test("loads TypeScript templates via child process", async () => {
const tsTemplatePath = path.resolve(
process.cwd(),
"../templates/source/p2pkh.ts",
"./tests/cli/mocks/template-p2pkh.ts",
);
expect(existsSync(tsTemplatePath)).toBe(true);