jasmine-stealth
Version:
Makes Jasmine spies a bit more robust
15 lines (11 loc) • 438 B
text/coffeescript
# Exports a function which returns an object that overrides the default &
# plugin file patterns (used widely through the app configuration)
#
# To see the default definitions for Lineman's file paths and globs, see:
#
# - https://github.com/testdouble/lineman/blob/master/config/files.coffee
#
module.exports = (lineman) ->
grunt = lineman.grunt
js:
uncompressedDist: "dist/#{grunt.file.readJSON('package.json').name}.js"