Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
8d24f3f090721496d846c665fe55eab79c59e2af
/
.
/
e2e
/
bzlmod
/
test.spec.js
blob: 5a9f45ee1c68da83c8150c5182f9097699968f21 [
file
]
describe
(
'A suite'
,
function
()
{
it
(
'contains spec with an expectation'
,
function
()
{
expect
(
true
).
toBe
(
true
)
})
})