Currently our models directory has tests associated with the model and 2 other utils files. Should be able to point to directory and let the liana read only a whitelisted set of files and ignore all other files.
Actual behavior
Even if we specifically say to only include "request" and "user" it reads all the other files and breaks, because the dependencies for mocha are not present.
Expected behavior
Currently our models directory has tests associated with the model and 2 other utils files. Should be able to point to directory and let the liana read only a whitelisted set of files and ignore all other files.
Actual behavior
Even if we specifically say to only include "request" and "user" it reads all the other files and breaks, because the dependencies for mocha are not present.
Context