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