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