DEBSOURCES
Skip Quicknav
sources / node-webpack / 4.43.0-6%2Bdeb11u1 / test / cases / runtime / missing-module-exception / index.js
1234567
it("should have correct error code", function() { try { require("./fail"); } catch(e) { expect(e.code).toBe("MODULE_NOT_FOUND"); } });