-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add throwOnNotFound method #225
Open
jacobsmith-fusionalliance
wants to merge
9
commits into
thlorenz:master
Choose a base branch
from
jacobsmith-fusionalliance:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add throwOnNotFound method #225
jacobsmith-fusionalliance
wants to merge
9
commits into
thlorenz:master
from
jacobsmith-fusionalliance:master
Commits on Oct 29, 2018
-
Add throwOnUnresolvedImports method
Add an optional configuration function, similar in API to noCallThru, that will force Proxyquire to throw an error if one of the stub keys is not resolvable. Currently, it silently stubs out a module that is not utilized by the object being proxyquired. The intended use case is to aid in refactoring and debugging. Test suites may optionally enable this feature so that developers get a meaningful message when they attempt to proxyquire an import that is not used, as, generally, this is a result of forgetting to update a proxyquire statement after changing the name or imports of a module.
Configuration menu - View commit details
-
Copy full SHA for f1d871f - Browse repository at this point
Copy the full SHA f1d871fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcc9d1c - Browse repository at this point
Copy the full SHA fcc9d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a41e995 - Browse repository at this point
Copy the full SHA a41e995View commit details -
Configuration menu - View commit details
-
Copy full SHA for a424158 - Browse repository at this point
Copy the full SHA a424158View commit details
Commits on Oct 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3a79f3d - Browse repository at this point
Copy the full SHA 3a79f3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7d6ea4 - Browse repository at this point
Copy the full SHA f7d6ea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 663d8ba - Browse repository at this point
Copy the full SHA 663d8baView commit details -
Configuration menu - View commit details
-
Copy full SHA for e75e3fe - Browse repository at this point
Copy the full SHA e75e3feView commit details
Commits on Dec 13, 2018
-
Co-Authored-By: jacobsmith-fusionalliance <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4add017 - Browse repository at this point
Copy the full SHA 4add017View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.