Install Atom Packages Defined In An Optional Environment Variable
joefitzgerald opened this issue · 1 comments
joefitzgerald commented
It would be nice to do apm install
for any packages that are required for testing to succeed. I propose adding an optional environment variable that would be read, split, looped over, and apm install <package>
installed, prior to running apm test
.
kevinsawicki commented
Fixed by #10