From 54dfe5378d639dcf2445857e8bf17ce85565bde5 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Wed, 1 Mar 2023 12:17:43 -0800 Subject: [PATCH] chore: point to pwt cli, a direct dependency (#21311) --- packages/playwright-ct-react/cli.js | 2 +- packages/playwright-ct-solid/cli.js | 2 +- packages/playwright-ct-svelte/cli.js | 2 +- packages/playwright-ct-vue/cli.js | 2 +- packages/playwright-ct-vue2/cli.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/playwright-ct-react/cli.js b/packages/playwright-ct-react/cli.js index 17ed363fa2..6b702d0014 100755 --- a/packages/playwright-ct-react/cli.js +++ b/packages/playwright-ct-react/cli.js @@ -14,4 +14,4 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -module.exports = require('playwright-core/cli'); +module.exports = require('@playwright/test/cli'); diff --git a/packages/playwright-ct-solid/cli.js b/packages/playwright-ct-solid/cli.js index 17ed363fa2..6b702d0014 100755 --- a/packages/playwright-ct-solid/cli.js +++ b/packages/playwright-ct-solid/cli.js @@ -14,4 +14,4 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -module.exports = require('playwright-core/cli'); +module.exports = require('@playwright/test/cli'); diff --git a/packages/playwright-ct-svelte/cli.js b/packages/playwright-ct-svelte/cli.js index 17ed363fa2..6b702d0014 100755 --- a/packages/playwright-ct-svelte/cli.js +++ b/packages/playwright-ct-svelte/cli.js @@ -14,4 +14,4 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -module.exports = require('playwright-core/cli'); +module.exports = require('@playwright/test/cli'); diff --git a/packages/playwright-ct-vue/cli.js b/packages/playwright-ct-vue/cli.js index 17ed363fa2..6b702d0014 100755 --- a/packages/playwright-ct-vue/cli.js +++ b/packages/playwright-ct-vue/cli.js @@ -14,4 +14,4 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -module.exports = require('playwright-core/cli'); +module.exports = require('@playwright/test/cli'); diff --git a/packages/playwright-ct-vue2/cli.js b/packages/playwright-ct-vue2/cli.js index 17ed363fa2..6b702d0014 100755 --- a/packages/playwright-ct-vue2/cli.js +++ b/packages/playwright-ct-vue2/cli.js @@ -14,4 +14,4 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -module.exports = require('playwright-core/cli'); +module.exports = require('@playwright/test/cli');