UNPKG

quakeml-parser-js

Version:

Quakeml Parser for JavaScript

16 lines (12 loc) 239 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;