mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-08 12:28:46 +03:00
test: fix typo in installation tests (#9626)
This commit is contained in:
parent
2a2a3d2ed9
commit
a346af4ebf
@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { start } = require('node_modules/playwright-core/lib/outofprocess');
|
const { start } = require('./node_modules/playwright-core/lib/outofprocess');
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
const playwright = await start();
|
const playwright = await start();
|
||||||
|
Loading…
Reference in New Issue
Block a user