UNPKG

@nx/playwright

Version:

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

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