UNPKG

split-keypath

Version:

Splits strings into an array of keys used for reading nested data structures

15 lines (13 loc) 271 B
var env = require("./env"); module.exports = { test: { options: { log: true, logErrors: true, reporter: 'Spec', run: false, timeout: 10000, urls: ['http://localhost:' + env.testPortNumber + '/test/SpecRunner.html'] } } };