UNPKG

pulse-dashboard

Version:

A Next.js Dashboard application for real-time monitoring and historical analysis of Playwright test executions. This component provides the UI for visualizing Playwright test results and can be run as a standalone CLI tool.

19 lines (18 loc) 613 B
'use client'; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "LoadableContext", { enumerable: true, get: function() { return LoadableContext; } }); const _interop_require_default = require("@swc/helpers/_/_interop_require_default"); const _react = /*#__PURE__*/ _interop_require_default._(require("react")); const LoadableContext = _react.default.createContext(null); if (process.env.NODE_ENV !== 'production') { LoadableContext.displayName = 'LoadableContext'; } //# sourceMappingURL=loadable-context.shared-runtime.js.map