Closed aminya closed 3 years ago
I think I made a mistake here. This is actually the issue of Jasmine 3 runner that should set process.env.ATOM_HOME
so apm
and all the headless tools know about the path it is using to run the tests.
Currently, it only sets configDirPath
which is not what apm
uses to detect the installation path.
cc: @UziTech
Get the atom home which includes the
packages
folder. Test runners such asatom-jasmine3-runner
change this folder in the test env, so we need to install packages in the correct path.