UNPKG
jasmine-stealth
Version:
latest (0.0.17)
0.0.17
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
Makes Jasmine spies a bit more robust
github.com/searls/jasmine-stealth
searls/jasmine-stealth
jasmine-stealth
/
spec-node
/
Gruntfile.coffee
10 lines
(8 loc)
•
225 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= (grunt) -> grunt.loadNpmTasks(
"grunt-jasmine-bundle"
) grunt.initConfig spec: unit: options: helpers:
"spec/helpers/**/*.{js,coffee}"
, specs:
"spec/**/*.{js,coffee}"