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