caalberts / code-hangout

Real time GitHub Gist collaboration
http://codehangout.meteor.com/
ISC License
2 stars 2 forks source link

Implement test #41

Closed caalberts closed 8 years ago

caalberts commented 8 years ago

@cbas I added some tests in ./tests. Still need to make Travis run the test.

sebdeckers commented 8 years ago

https://github.com/mad-eye/meteor-mocha-web/#running-tests-in-continuous-integration

Use the commmand:

meteor --test --release velocity:METEOR@1.1.0.2_2

The release velocity:METEOR@1.1.0.2_2 contains a fix for running the client integration tests.

Does that work?