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