steelbrain / package-deps

Automatically install dependencies for your atom packages
MIT License
59 stars 20 forks source link

atom-ide-base main tests fail to activate the packages #334

Open aminya opened 3 years ago

aminya commented 3 years ago

The tests fail to activate packages https://github.com/atom-community/atom-ide-base/blob/master/spec/main-spec.js

Here is the runner: https://github.com/atom-community/atom-ide-base/blob/38795db52f609ca07a3e1b6bbaaeca44ce39766b/spec/runner.js#L7

aminya commented 3 years ago

I think the reason is atom-jamine3 runner. I have made a fix for this to that package. Using my PR, the errors don't happen anymore. https://github.com/UziTech/atom-jasmine3-test-runner/pull/236