NOTE: Laika is an archived project and there are some other alternatives you can use instead: Velocity - Meteor's Official Testing Framework Gagarin - Testing Framework Very Similar to Laika Laika is a feature rich testing framework for meteor. With laika you can simply write tests that interact with both server and client(s). Installation and Setup First install laika from npm sudo npm install -g

