Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#81: Add importClassFromDirectory support from routing-controllers #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rdfedor
Copy link

@rdfedor rdfedor commented May 22, 2021

  • Update lock file to fix audit problems.
  • Implements importing controllers from string path.
  • Update test cases to test around importing from straight controllers and through directory string.
---------------------------------|---------|----------|---------|---------|-------------------------
File                             | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s       
---------------------------------|---------|----------|---------|---------|-------------------------
All files                        |     100 |    92.31 |     100 |     100 |                         
 decorators.ts                   |     100 |    98.08 |     100 |     100 | 110                     
 generateSpec.ts                 |     100 |    92.38 |     100 |     100 | 107,177-186,209,324,351 
 importClassesFromDirectories.ts |     100 |    90.91 |     100 |     100 | 15                      
 index.ts                        |     100 |       50 |     100 |     100 | 24-28                   
 parseMetadata.ts                |     100 |      100 |     100 |     100 |                         
---------------------------------|---------|----------|---------|---------|-------------------------

Test Suites: 5 passed, 5 total
Tests:       60 passed, 60 total

@rdfedor rdfedor force-pushed the feature/#81-add-importClassesFromDirectory branch from 70adc34 to ccf6159 Compare May 22, 2021 20:18
…o controllers can be imported using string path.
@rdfedor rdfedor force-pushed the feature/#81-add-importClassesFromDirectory branch from ccf6159 to 2eb9eb6 Compare May 22, 2021 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant