6 lines
108 B
JavaScript

import * as foo from "./moduleWithGetter";
assert.throws(() => foo.boo);
// No exception should be thrown