Skip to content

Commit

Permalink
fix(codemod): adjust typescript error
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCortizasCT committed Dec 23, 2024
1 parent 1e6e60a commit ba0fa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codemod/test/transforms.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe.each`
}
});

it(`transforms correctly: ${fixtureName}`, () => {
it(`transforms correctly: ${fixtureName}`, async () => {
return runSnapshotTest({
transformerModule: module,
codeToTransformPath: inputPath,
Expand Down

0 comments on commit ba0fa0e

Please sign in to comment.