Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
553ef27a6f754f59ba53400bd5ecc5cb0435aeef
/
.
/
packages
/
jasmine
/
test
/
foo_spec.js
blob: 4ceb2159663704563e0ee2548cbbf6cbacb9ac6d [
file
]
describe
(
'spec in file ending with _spec.js'
,
()
=>
{
it
(
'should run'
,
()
=>
{
expect
(
true
).
toBe
(
true
);
});
});