| 1 | const expectWarning = require("../../../helpers/expectWarningFactory")(); |
| 2 | const getInner = require("./module"); |
| 3 | |
| 4 | it("should print correct warning messages when a disposed module is required", done => { |
nothing calls this directly
no test coverage detected