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 d035137 commit 20e463f
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 @@ -91,7 +91,7 @@ describe('registerTemplate', () => {
await fs.writeFile(sneakyPath, outsideContent);

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

Expand Down

0 comments on commit 20e463f

Please sign in to comment.