Skip to content

Commit

Permalink
test(): include 'configuration', 'resolver', 'interface' schematic in…
Browse files Browse the repository at this point in the history
… Nest collection tests
  • Loading branch information
RubenFricke authored Jan 29, 2022
1 parent 39008f5 commit db671c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/lib/schematics/nest.collection.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@ describe('Nest Collection', () => {
[
'application',
'class',
'configuration',
'controller',
'decorator',
'library',
'filter',
'gateway',
'guard',
'interceptor',
'interface',
'middleware',
'module',
'pipe',
'provider',
'resolver',
'service',
'sub-app',
'resource',
Expand All @@ -39,17 +42,20 @@ describe('Nest Collection', () => {
[
{ name: 'application', alias: 'application' },
{ name: 'class', alias: 'cl' },
{ name: 'configuration', alias: 'cl' },
{ name: 'controller', alias: 'co' },
{ name: 'decorator', alias: 'd' },
{ name: 'library', alias: 'lib' },
{ name: 'filter', alias: 'f' },
{ name: 'gateway', alias: 'ga' },
{ name: 'guard', alias: 'gu' },
{ name: 'interceptor', alias: 'in' },
{ name: 'interface', alias: 'interface' },
{ name: 'middleware', alias: 'mi' },
{ name: 'module', alias: 'mo' },
{ name: 'pipe', alias: 'pi' },
{ name: 'provider', alias: 'pr' },
{ name: 'resolver', alias: 'r' },
{ name: 'service', alias: 's' },
{ name: 'sub-app', alias: 'app' },
{ name: 'resource', alias: 'res' },
Expand Down

0 comments on commit db671c7

Please sign in to comment.