Hello. I’m working on unit testing with Mocha. But...
# general
b
Hello. I’m working on unit testing with Mocha. But when I run my tests with
node_modules/mocha/bin/mocha -r ts-node/register index.ts
, none of the configuration values from my project’s stack are loaded. Any tips would be greatly appreciated.