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