Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
0fcd4e6dcdc03f4e54f9f62ca719cf2c1663f97e
/
.
/
e2e
/
karma_stack_trace
/
failing.spec.ts
blob: 5b77ed5be5809ac8a8397e15127b1c8b5269bff7 [
file
] [
log
] [
blame
]
// This dummy export ensures that this file is compiled as a module instead
// of a script.
export
{};
describe
(
'stack trace'
,
()
=>
{
it
(
'failing test'
,
()
=>
{
expect
(
true
).
toBe
(
false
);
});
});