cherry-pick(#21311): chore: point to pwt cli, a direct dependency

This commit is contained in:
Pavel Feldman 2023-03-01 12:17:43 -08:00 committed by Pavel
parent db82ae0179
commit 249825f1ac
5 changed files with 5 additions and 5 deletions

View file

@ -14,4 +14,4 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
module.exports = require('playwright-core/cli'); module.exports = require('@playwright/test/cli');

View file

@ -14,4 +14,4 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
module.exports = require('playwright-core/cli'); module.exports = require('@playwright/test/cli');

View file

@ -14,4 +14,4 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
module.exports = require('playwright-core/cli'); module.exports = require('@playwright/test/cli');

View file

@ -14,4 +14,4 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
module.exports = require('playwright-core/cli'); module.exports = require('@playwright/test/cli');

View file

@ -14,4 +14,4 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
module.exports = require('playwright-core/cli'); module.exports = require('@playwright/test/cli');