next-page-tester
Version:
Enable DOM integration testing on Next.js pages
8 lines (7 loc) • 513 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InternalError = exports.getErrorPagePath = void 0;
var getErrorPagePath_1 = require("./getErrorPagePath");
Object.defineProperty(exports, "getErrorPagePath", { enumerable: true, get: function () { return getErrorPagePath_1.getErrorPagePath; } });
var InternalError_1 = require("./InternalError");
Object.defineProperty(exports, "InternalError", { enumerable: true, get: function () { return InternalError_1.InternalError; } });