6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
import * as foo from "./moduleWithGetter";
|
|
|
|
assert.throws(() => foo.boo);
|
|
|
|
// No exception should be thrown
|