-
Notifications
You must be signed in to change notification settings - Fork 148
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 webpack to modules list? #307
Comments
@MylesBorins how are we going to add this if we can't pass in custom test commands? |
We could create an alias command for |
@TheLarkInn the way that citgm currently works is that it runs |
I haven't looked at that part of the code yet, is there scope to add a |
Not at the moment, we are trying to move away from all custom scripts |
@TheLarkInn official |
Oh so could I technically set that linking in a |
@TheLarkInn that should work, and it should be sandboxed to out install... that being said I think it is a bit of an anti-pattern to have to modify the environment of the machine to run the test suite. I can dig into the webpack test suite a little bit and see if there is a way to do this without changing the environment. |
@MylesBorins That would be greatly appreciated. I can't recall specifically the reasoning behind needing to |
@TheLarkInn can you not just change your test script in package.json from
Seems to be working for me and then it could be implemented into citgm easily |
ping @TheLarkInn @MylesBorins is my solution going to work? |
After a brief discussion via twitter with @MylesBorins, he offered we could work together on getting webpack added to the module lists.
We also have some important supporting packages but ill list all and their testing commands and we can work from there:
npm link && npm link webpack && npm t
npm test
npm test
npm test
npm test
npm test
npm test
All of the non
webpack/webpack
repos are less important but they are just some more on the list to ensure legit coverage.We are working to create a similar CITGM for our own plugin loader ecosystem so we can smoke test individual packages as well.
Let me know about thoughts. I will submit a PR with a bit of direction. Thanks!
The text was updated successfully, but these errors were encountered: