Skip to content

Commit

Permalink
fix catch
Browse files Browse the repository at this point in the history
  • Loading branch information
Roaders committed Apr 12, 2023
1 parent 62680b1 commit ed56f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/insert-code.helper.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ describe(`(${insertCode.name}) insert-code.helper`, () => {

try {
await insertCode({ fileContent, filePath: `${sampleDirName}/'originalFilePath.ts` }, createOptions());
} catch (e) {
} catch (e: any) {
error = e;
}

Expand Down

0 comments on commit ed56f22

Please sign in to comment.