Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
tai2 committed Jan 27, 2024
1 parent b8c3e1e commit aad50bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decor_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Deno.test('decor runs parameter replacement', () => {
'../contents/parameters.json',
)

const { code, stdout, stderr } = decor(
const { code, stdout } = decor(
'--template',
templatePath,
'--parameters',
Expand Down

0 comments on commit aad50bd

Please sign in to comment.