0.0.7 • Published 11 years ago

grunt-jasmine-node-light v0.0.7

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

How to use

It doesn’t have any dependencies on purpose. If you’re looking for it, you should already have grunt and jasmine-node.

By default it will run jasmine-node --matchall test and you can override the command line args in grunt.initConfig:

grunt.initConfig({
  'jasmine-node': {
    args: ''
  }
});

grunt.loadNpmTasks('grunt-contrib-jasmine-node-light');

Tests

I don’t know how to test this kind of code. Open for advice.

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago