UNPKG
quakeml-parser-js
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Quakeml Parser for JavaScript
earthquake.usgs.gov
usgs/quakeml-parser-js
quakeml-parser-js
/
gruntconfig
/
mocha_phantomjs.js
16 lines
(12 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
'use strict'
;
var
config =
require
(
'./connect'
).
test
.
options
;
var
mocha_phantomjs = {
all
: {
options
: {
urls
: [
'http://localhost:'
+ config.
port
+
'/test.html'
] } } };
module
.
exports
= mocha_phantomjs;