Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 522 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 522 Bytes

countdown

Build Status

Count down + Scheduler for our Hackathons

Why is Mocha ran with --timeout 60000?

Using the Mongodb in-memory server for the first time or during a CI check will cuase the Mongod binaries to download so Mocha might quit out too soon

Changing config locally:

To point at your local mongodb server set: export NODE_CONFIG='{"database": {"uri":"mongodb://ubuntu.local/dev"}}'