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

Add support for ignoredDependencies (Node.js only) #179

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Add support for ignoredDependencies (Node.js only) #179

merged 1 commit into from
Oct 23, 2023

Conversation

andybee
Copy link
Contributor

@andybee andybee commented Oct 15, 2023

See architect/architect#1458 for details.

@andybee
Copy link
Contributor Author

andybee commented Oct 15, 2023

I should add, I really struggled to grep where to place this in the unit tests. I think it makes sense to add a new function to the example app which requires a new module, which would then mean the existing tests will check it only contains the previous expected one and not the additional new one...?

@andybee
Copy link
Contributor Author

andybee commented Oct 15, 2023

Here's an attempt at adding a new function to the mock to exercise the ignoredDependencies @arc option, but it blows up and I'm not sure why:

https://github.com/andybee/hydrate/commit/aa0041a6dab5e1f51fda23ab838900bdb8763f36

@andybee
Copy link
Contributor Author

andybee commented Oct 15, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add ignoredDependencies to function config.arc
2 participants