Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
18e1113449e4eeb415fe3720b6629c852e958609
/
.
/
examples
/
coverage
/
BUILD.bazel
blob: bb7f37318577a7c5055d853976cd86c80552e884 [
file
]
load
(
"@aspect_rules_js//js:defs.bzl"
,
"js_test"
)
js_test
(
name
=
"coverage_test"
,
data
=
[
"coverage.js"
,
"//:node_modules/@types/node"
,
],
entry_point
=
"test.js"
,
)