Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
b0fddaeedff9d53619367ecf0387085c2442a2d7
/
.
/
packages
/
jasmine
/
docs_test.js
blob: 0ad0b4d2bd313375c3d76a87ecd6a6c679523293 [
file
]
const
actual
=
require
(
'fs'
).
readFileSync
(
process
.
env
[
'TEST_SRCDIR'
]
+
'/build_bazel_rules_nodejs/packages/jasmine/index.md'
,
{
encoding
:
'utf-8'
});
if
(
actual
.
indexOf
(
'<unknown name>'
)
>=
0
)
{
throw
new
Error
(
'Found <unknown name> in index.md'
);
}