Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
deae80ceca8c828caf15be6d0a1d13bc05607ff6
/
.
/
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);