Meteor: how to get current directory while testing packages

118 Views Asked by At

I have test configuration files and such that I'd like to run tests on, but the other ways I've used to get the current directory (e.g. process.cwd()) fail with 'process not defined' errors.

The Assets set only allows text and binary read (not access to full path name).

Anyone have a good solution to this issue?

Thanks,

ssteinerX

0

There are 0 best solutions below