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

4 lines
61 B
JavaScript

const bar = 123;
{ const bar = 456; }
expect(bar).toBe(123);