UNPKG

hazdev-webutils

Version:

Utilities commonly used in web applications developed by the EHP HazDev team.

15 lines (12 loc) 238 B
'use strict'; var config = require('./connect').test.options; var mocha_phantomjs = { all: { options: { urls: [ 'http://localhost:' + config.port + '/test.html' ] } } }; module.exports = mocha_phantomjs;