deep-pluck
Version:
Recursively grab the values of all keys within a deeply nested object
15 lines (11 loc) • 317 B
text/coffeescript
karma_shared = require("./karma-shared.conf")
# Karma configuration
# Generated on Mon Mar 10 2014 13:16:59 GMT-0500 (CDT)
module.exports = (config) ->
karma_shared config,
testName: "pluck deep client"
logFile: "deep-pluck-client.log"
config.set
browsers: ["PhantomJS"]
autorun: true
return