UNPKG
co-assets-compiler
Version:
latest (0.0.1-3)
0.0.1
0.0.1-3
0.0.1-2
0.0.1-1
Assets compiler for CompoundJS
compoundjs/assets-compiler
co-assets-compiler
/
test
/
init.js
16 lines
(13 loc)
•
305 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if
(!process.
env
.
TRAVIS
) {
if
(
typeof
__cov ===
'undefined'
) { process.
on
(
'exit'
,
function
(
) {
require
(
'semicov'
).
report
(); }); }
require
(
'semicov'
).
init
(
'lib'
); }
global
.
getApp
=
function
(
) {
var
app =
require
(
'./app'
)(); app.
init
();
return
app; };