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

added a better error message and a link to a full explanation #386

Conversation

dgreene1
Copy link
Collaborator

@dgreene1 dgreene1 commented Aug 5, 2019

This fixes #384

@dgreene1 dgreene1 requested a review from endor August 5, 2019 15:46
@@ -40,6 +40,12 @@ export class GetTestController extends Controller {
modelsArray: new Array<TestSubModel>(),
numberArray: [1, 2, 3],
numberValue: 1,
object: {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these necessary for the tests to compile?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, unfortunately they are necessary for the tests to compile. It happened because one of the previous PRs got merged without the tests running (woops!). But now that the previous PR added husky, these kind of things will be caught.

@dgreene1
Copy link
Collaborator Author

dgreene1 commented Aug 6, 2019

@endor I pushed the corrections. Thank you so much for reviewing this so thoroughly. It's wonderful to be collaborating with you. :)

@endor endor self-requested a review August 7, 2019 09:12
@dgreene1 dgreene1 merged commit 41dcf54 into lukeautry:master Aug 7, 2019
@dgreene1 dgreene1 deleted the issue-384-betterDocumentationForInterfacesNotFound branch August 7, 2019 12:27
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.

Better documentation for when external interfaces are not found
2 participants