We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have ApplicationValidatorTest which are integration tests. However, we should find a way to unit test the individual checks.
ApplicationValidatorTest
We could make unit testing this file easier by refactoring it so a fake filesystem can be injected. This would make it easier to test but would require a larger refactor. https://github.com/Shopify/packwerk-old/pull/262#discussion_r455956863
TO DO:
The text was updated successfully, but these errors were encountered:
Addressed in #84
Sorry, something went wrong.
Merge pull request #17 from Shopify/fix-contributing-url
c258035
README: fix GitHub contributing URL
rochlefebvre
No branches or pull requests
We have
ApplicationValidatorTest
which are integration tests. However, we should find a way to unit test the individual checks.We could make unit testing this file easier by refactoring it so a fake filesystem can be injected.
This would make it easier to test but would require a larger refactor. https://github.com/Shopify/packwerk-old/pull/262#discussion_r455956863
TO DO:
The text was updated successfully, but these errors were encountered: