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