UNPKG

hazdev-template

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