UNPKG

@nx/cypress

Version:

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

9 lines (8 loc) 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertSupportedCypressVersion = assertSupportedCypressVersion; const internal_1 = require("@nx/devkit/internal"); const versions_1 = require("./versions"); function assertSupportedCypressVersion(tree) { (0, internal_1.assertSupportedPackageVersion)(tree, 'cypress', versions_1.minSupportedCypressVersion); }