@nx/cypress
Version:
9 lines (8 loc) • 397 B
JavaScript
;
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);
}