Skip to content

Commit

Permalink
feat: add new empty apex unit test template
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Jan 5, 2024
1 parent 270d2d2 commit 998f201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export interface AnalyticsTemplateOptions extends TemplateOptions {
export interface ApexClassOptions extends TemplateOptions {
template:
| 'DefaultApexClass'
| 'BasicUnitTest'
| 'ApexUnitTest'
| 'ApexException'
| 'InboundEmailService';
Expand Down

0 comments on commit 998f201

Please sign in to comment.