Skip to content

Commit

Permalink
fix(release): test release pipeline version
Browse files Browse the repository at this point in the history
  • Loading branch information
uittorio committed May 31, 2020
1 parent 4980dce commit b8f78dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transformer/transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const customFunctions: CustomFunction[] = [
},
];


const transformer:
(program: ts.Program, options?: TsAutoMockOptions) => ts.TransformerFactory<ts.SourceFile> =
baseTransformer(visitNode, customFunctions);
Expand Down

0 comments on commit b8f78dd

Please sign in to comment.