UNPKG

jasmine-stealth

Version:

Makes Jasmine spies a bit more robust

10 lines (8 loc) 225 B
module.exports = (grunt) -> grunt.loadNpmTasks("grunt-jasmine-bundle") grunt.initConfig spec: unit: options: helpers: "spec/helpers/**/*.{js,coffee}", specs: "spec/**/*.{js,coffee}"