juliangruber / test-npm-dependants

Run the test suites of all modules depending on a given module.
https://cto.ai/blog/ops-by-example-test-npm-dependants/
Other
21 stars 2 forks source link

idea: compare local version with a release version #7

Open ChristianMurphy opened 4 years ago

ChristianMurphy commented 4 years ago

To support use cases like https://github.com/unifiedjs/ideas/issues/7

Where a project may want to canary test before releasing changes, it could be useful to be able to point to either a local folder or a git branch as a release source.

juliangruber commented 4 years ago

Great idea to add a local folder! We have an issue for git branch support here already: https://github.com/juliangruber/test-npm-dependants/issues/4.