Hello, since collection2 were divided to several packages, I can’t find a way to run tests on my changes against collection2-core package.
collection2-core required by collection2. I tried to put it in collection2/packages, but this has no effect. Any ideas?
collection2-core
collection2
collection2/packages
Set the environment variable: export PACKAGE_DIRS=<Path to>/collection2/packages before running the tests. Then Meteor will find your local version of collection2-core.
export PACKAGE_DIRS=<Path to>/collection2/packages
@Sanjo, thank’s a lot. Your advise was very helpful!