FabricLabs / doorman

Say hello to Doorman, your made-to-fit community manager. Simple API, feature-rich plugins, and more.
https://chat.fabric.pub
MIT License
10 stars 5 forks source link

huge readme update #6

Closed naterchrdsn closed 6 years ago

martindale commented 6 years ago

Nice work! Looks like the build system is working, but there's a small error:

> NODE_ENV=test mocha --recursive
Starting Doorman...
Node version: v6.11.5
module.js:471
    throw err;
    ^
Error: Cannot find module './config/auth'

Think it's a simple fix?

naterchrdsn commented 6 years ago

yes @martindale ....

not sure how to do it, but we would need to have example config files deployed to the build server. is there a way of doing that with artifacts or something?

martindale commented 6 years ago

Sure, just put them into test/fixtures or something. If there's outbound connections required, we can always stub those interfaces out for the tests via sinon or something.

Merging for now, we can tackle that next.