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