Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
e83f3d99e20ac8a4502fb65eb3de9646077ee6d4
/
.
/
examples
/
coverage
/
coverage.js
blob: 30e97e98412ccd745c669fcdb18324fa22451406 [
file
] [
log
] [
blame
]
module
.
exports
.
test
=
function
(
num
)
{
if
(
num
>
1
)
{
return
'bigger than 1'
}
else
{
return
'smaller than 1'
}
}