Seems like tests don't run out of the box on main. Lots of Missing sources: errors and packages not installed.
How can it be fixed?
Looks like what needs to happen is npm install in the tests/ dir. Should clean up this devex a bit. At a minimum it should be documented in README. Alternatively, maybe a setuptools post-install command.
Environment information
Main branch
What went wrong?
Seems like tests don't run out of the box on main. Lots of
Missing sources:
errors and packages not installed.How can it be fixed?
Looks like what needs to happen is
npm install
in thetests/
dir. Should clean up this devex a bit. At a minimum it should be documented in README. Alternatively, maybe a setuptools post-install command.