Meteor has recently released a new version of it's framework, Meteor is now at 1.3. It was at version 0.3 I guess, when the OGV project started. The codebase on which OGV started, has grown up. That demands OGV to grow up.
From meteor’s official blog:
Today we’re excited to announce Meteor 1.3, the latest release of the Meteor JavaScript application platform. The focus of this major release is to help teams with production applications manage, scale, and test their Meteor codebases, and to continue our work to align the Meteor platform with the latest innovations in JavaScript.
Highlights of this update
npm install
or meteor npm install
if npm is not installed.meteor test
. In integration testing, complete app is loaded along with test modules. This can be done with meteor test --full-app
.