0.0.7 • Published 12 years ago

grunt-jasmine-node-light v0.0.7

Weekly downloads
1
License
-
Repository
-
Last release
12 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

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago