About the Velocity Core category

#Velocity Core

Velocity is a reactive test runner and is the official testing framework for Meteor 1.0. This category is intended for discussing additions and changes to Velocity core and to the testing frameworks that use it.

##Got a testing question?
You can ask in Stack Overflow using the meteor-velocity tag, or feel free to ask here.

##Reporting a bug?
Please file it in the relevant framework’s github repo. Things that help us are:

  • A public repo up on github reproducing the issue
  • The console output of running your app with full debugging turned on:
    $ DEBUG=1 VELOCITY_DEBUG=1 JASMINE_DEBUG=1 meteor