2018-03-24 16:22:20 +05:30

8 lines
56 B
JavaScript

function b() {
expect(a).toBe(1);
}
let a = 1;
b();