Skip to content

Commit

Permalink
cherry-pick(#21311): chore: point to pwt cli, a direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Mar 1, 2023
1 parent db82ae0 commit 249825f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/playwright-ct-react/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
2 changes: 1 addition & 1 deletion packages/playwright-ct-solid/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
2 changes: 1 addition & 1 deletion packages/playwright-ct-svelte/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
2 changes: 1 addition & 1 deletion packages/playwright-ct-vue/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
2 changes: 1 addition & 1 deletion packages/playwright-ct-vue2/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

0 comments on commit 249825f

Please sign in to comment.