Skip to content

Commit 249825f

Browse files
committed
cherry-pick(#21311): chore: point to pwt cli, a direct dependency
1 parent db82ae0 commit 249825f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/playwright-ct-react/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
module.exports = require('playwright-core/cli');
17+
module.exports = require('@playwright/test/cli');

packages/playwright-ct-solid/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
module.exports = require('playwright-core/cli');
17+
module.exports = require('@playwright/test/cli');

packages/playwright-ct-svelte/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
module.exports = require('playwright-core/cli');
17+
module.exports = require('@playwright/test/cli');

packages/playwright-ct-vue/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
module.exports = require('playwright-core/cli');
17+
module.exports = require('@playwright/test/cli');

packages/playwright-ct-vue2/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
module.exports = require('playwright-core/cli');
17+
module.exports = require('@playwright/test/cli');

0 commit comments

Comments
 (0)