Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
t1mmen committed Jan 12, 2025
1 parent 62004fe commit d035137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/registerTemplate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('registerTemplate', () => {
await fs.writeFile(outsidePath, outsideContent);

await expect(registerTemplate(outsidePath, testContext.testDir)).rejects.toThrow(
/Template in wrong directly/
/Template in wrong directory/
);

// Also try with a path that looks like it's in templateDir but isn't
Expand Down

0 comments on commit d035137

Please sign in to comment.