sf-wind/meteor-velocity-travis-ci

ReferenceError: describe is not defined

Closed this issue · 2 comments

Trying to run this for our project but it doesn't work. While I doubt this is a bug with this project, the resolution may help with documentation.

// package.js
Package.onTest(function(api) {
    api.use([
        'prime8:velocity-teamcity-reporter',
        'sanjo:jasmine'
    ], 'server');

    api.addFiles('tests.js', 'server');
});

What is the problem you are trying to address?

Not sure. I figured the build script may have some issues. I just rewrote the script and all its well.