Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Testing

Stu Salsbury edited this page Sep 29, 2013 · 2 revisions

Mocha tests for Calipso can be run by entering npm test at the command line from the repository root.

Note: if you have a MONGO_URI environment variable set, you must unset it -- the tests require that Calipso be run in file-based configuration mode.

To unset MONGO_URI, enter unset MONGO_URI at the command line.