8 lines
80 B
JavaScript

expect(do {
if (false) {
"foo";
} else {
"bar";
}
}).toBe("bar");