UNPKG
appveyor-mocha
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.9.1
0.9.0
Logging mocha test results to AppVeyor
github.com/ukoloff/appveyor-mocha
ukoloff/appveyor-mocha
appveyor-mocha
/
lib
/
api.js
11 lines
(7 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// Generated by CoffeeScript 1.12.2
/* AppVeyor API URL */
(
function
(
) {
module
.
exports
=
typeof
process !==
"undefined"
&& process !==
null
? process.
env
.
APPVEYOR_API_URL
:
void
0
; }).
call
(
this
);