Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
HEAD
/
.
/
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'
}
}