5 lines
62 B
JavaScript
5 lines
62 B
JavaScript
var _ref;
|
|
|
|
const x = (_ref = 0, _ref + 1);
|
|
expect(x).toBe(1);
|