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

5 lines
78 B
JavaScript

expect(function() {
const a = "str";
--a;
}).toThrow('"a" is read-only');