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

5 lines
76 B
JavaScript

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