How can Meteor apps be tested?

meteor, tdd, testing

Solution

Sebastian Maier has a repository where he created a meteor app and tests it with Jasmine. You could check it out, here's a link.

Problem

What are the recommended ways to test web applications developed with the meteor framework? The meteor unofficial FAQ entry on TDD best practices is quite short.

Original source

Related problems