Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
16ba4ad1c2c5a0c9065a221c7246909d07dd57a1
/
.
/
packages
/
jasmine
/
test
/
foo.spec.js
blob: fefb7656a16da27feb60cb91ed575aa3f80a11a8 [
file
]
describe
(
'spec in file ending with .spec.js'
,
()
=>
{
it
(
'should run'
,
()
=>
{
expect
(
true
).
toBe
(
true
);
});
});