The tests work
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user