6 lines
57 B
JavaScript
6 lines
57 B
JavaScript
expect(do {
|
|
if (true) {
|
|
"bar";
|
|
}
|
|
}).toBe("bar");
|