Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
79ef2ea44525740407c46ea7ed6d9a31d51e26d9
/
.
/
examples
/
coverage
/
test.js
blob: 78b27e3b4883a754e5b985f9c1e64bb65a8f9726 [
file
]
const
coverage
=
require
(
'./coverage'
)
coverage
.
test
(
0
)
// Disabling the statment below should give your 50% coverage
//coverage.test(2);