UNPKG

@nx/cypress

Version:

The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.

13 lines (12 loc) 610 B
"use strict"; // Semi-private surface for first-party Nx packages. // // External plugins should NOT import from here — this entry is curated for // internal consumers and may change without semver protection. Mirrors // `@nx/devkit/internal`. Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./src/utils/versions"), exports); tslib_1.__exportStar(require("./src/utils/ct-helpers"), exports); tslib_1.__exportStar(require("./src/utils/find-target-options"), exports); tslib_1.__exportStar(require("./src/utils/config"), exports);