Skip to content

Commit

Permalink
chore(): update alias for interface and interceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony133 committed Jun 2, 2022
1 parent 45060e8 commit b7d26e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/schematics/nest.collection.ts
Expand Up @@ -57,12 +57,12 @@ export class NestCollection extends AbstractCollection {
},
{
name: 'interceptor',
alias: 'in',
alias: 'itc',
description: 'Generate an interceptor declaration',
},
{
name: 'interface',
alias: 'interface',
alias: 'itf',
description: 'Generate an interface',
},
{
Expand Down
4 changes: 2 additions & 2 deletions test/lib/schematics/nest.collection.spec.ts
Expand Up @@ -49,8 +49,8 @@ describe('Nest Collection', () => {
{ name: 'filter', alias: 'f' },
{ name: 'gateway', alias: 'ga' },
{ name: 'guard', alias: 'gu' },
{ name: 'interceptor', alias: 'in' },
{ name: 'interface', alias: 'interface' },
{ name: 'interceptor', alias: 'itc' },
{ name: 'interface', alias: 'itf' },
{ name: 'middleware', alias: 'mi' },
{ name: 'module', alias: 'mo' },
{ name: 'pipe', alias: 'pi' },
Expand Down

0 comments on commit b7d26e4

Please sign in to comment.